summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2017-12-10-00-57-51.bpo-32265.kELtTE.rst
blob: 16686c1b418657d566e1cbf2dbadd4ba15558a68 (plain)
1
2
3
All class and static methods of builtin types now are correctly classified
by inspect.classify_class_attrs() and grouped in pydoc ouput. Added
types.ClassMethodDescriptorType for unbound class methods of builtin types.