Staging
v0.8.1
https://github.com/python/cpython
Revision 52dfc74080a8bc6949ca713d862c9324ac62ca5c authored by R David Murray on 19 March 2013, 06:32:35 UTC, committed by R David Murray on 19 March 2013, 06:32:35 UTC
This fixes a regression relative to Python2.  (In 2, methods on a class were
unbound methods and matched the inspect queries being done, in 3 they are just
functions and so were missed).

This is an undocumented function that pydoc itself does not use, but
I found that numpy at least uses it in its documentation generator.

Original patch by Matt Bachmann.
2 parent s 6227c69 + 9929bc5
History
Tip revision: 52dfc74080a8bc6949ca713d862c9324ac62ca5c authored by R David Murray on 19 March 2013, 06:32:35 UTC
#17476: make allmethods actually return all methods.
Tip revision: 52dfc74
File Mode Size
c-api
data
distutils
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.9 KB
README.txt -rw-r--r-- 5.1 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 3.3 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 37.4 KB
license.rst -rw-r--r-- 46.4 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top