[docs] [issue19861] Update What's New for Python 3.4

Jim Jewett report at bugs.python.org
Tue Mar 11 18:22:49 CET 2014


Jim Jewett added the comment:

Many people will not realize that the interactive help is affected by inspect or pydoc; it would be courteous to mention this.


(Viewing http://docs.python.org/dev/whatsnew/3.4.html#summary-release-highlights )

In the highlights (table of contents?) section, subsection "Significantly Improved Library Modules:"

"The inspect and pydoc modules are now capable of correct introspection of a much wider variety of callable objects"

-->

"The inspect and pydoc modules (and therefore interactive help) are now capable of correct introspection of a much wider variety of callable objects"

----------
nosy: +Jim.Jewett

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19861>
_______________________________________


More information about the docs mailing list