This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim.Jewett
Recipients Jim.Jewett, docs@python, ezio.melotti, larry, loewis, r.david.murray, serhiy.storchaka, vstinner, yegle
Date 2014-03-11.17:22:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394558569.76.0.766844944043.issue19861@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2014-03-11 17:22:49Jim.Jewettsetrecipients: + Jim.Jewett, loewis, vstinner, larry, ezio.melotti, r.david.murray, docs@python, serhiy.storchaka, yegle
2014-03-11 17:22:49Jim.Jewettsetmessageid: <1394558569.76.0.766844944043.issue19861@psf.upfronthosting.co.za>
2014-03-11 17:22:49Jim.Jewettlinkissue19861 messages
2014-03-11 17:22:49Jim.Jewettcreate