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.
|