]> granicus.if.org Git - python/commit
Improve descriptions of introspection changes
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Mar 2014 06:36:37 +0000 (16:36 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Mar 2014 06:36:37 +0000 (16:36 +1000)
commit1635578d5f914ffedf767e18d4c6a95194ad1e61
tree84b2f879ebbd0a779e3d40dc6c3b91568d57eddb
parent8591563628dfca26243ef9bf2dfac11eb0b44e77
Improve descriptions of introspection changes

Several of the introspection changes in Python 3.4 are indirect,
where inspect module changes affected pydoc, and those in turn
affected the help builtin. This update adds versionchanged
notes in the key locations, as well as more coverage in the
What's New document (in particular, a note in the porting
section regarding the expanded domain for inspect.getfullargspec).
Doc/library/functions.rst
Doc/library/inspect.rst
Doc/library/pydoc.rst
Doc/whatsnew/3.4.rst