R. David Murray added the comment: The docs do not so much assume you know what the library does, as they assume you know how python3 works. Which is to say, that bound methods are obtained from instances and that functions defined on a class are functions. That's documented in the data model docs, and the inspect docs in general assume you understand the python data model and are using inspect to probe it.
As Steven said, if you can point specifically to something you think can be improved we will consider it, but know that the python3 docs are in general written without respect to how python2 worked. There are very few references to python2 in the python3 docs, and this is by design. The story is different in the python2 docs, so conceivably there could be something inserted there about the python3 difference. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27901> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com