Documentation
The docstring of the inspect module on every python 3 branch lists 'im_*' among the 'internal special attributes' whose interfaces are better encapsulated by the functions provided by inspect. However, these attributes of method objects (im_func, im_class, im_self) are python 2 only. The inspect docstring should be changed accordingly to reflect this.
Linked PRs
Documentation
The docstring of the
inspectmodule on every python 3 branch lists 'im_*' among the 'internal special attributes' whose interfaces are better encapsulated by the functions provided byinspect. However, these attributes of method objects (im_func,im_class,im_self) are python 2 only. The inspect docstring should be changed accordingly to reflect this.Linked PRs