Staging
v0.5.1
Revision 9929bc543a014f3c7f764d79a614fc8a9751d7ce authored by R David Murray on 19 March 2013, 06:31:06 UTC, committed by R David Murray on 19 March 2013, 06:31:06 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.
1 parent a846f5a
History
File Mode Size
__init__.py -rw-r--r-- 0 bytes
_pydoc.css -rw-r--r-- 96 bytes
topics.py -rw-r--r-- 393.7 KB

back to top