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 r.david.murray
Recipients Claudiu.Popa, berker.peksag, bignose, eric.araujo, martin.panter, matrixise, r.david.murray, rhettinger, yselivanov
Date 2014-04-16.14:07:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397657247.72.0.831338599096.issue12916@psf.upfronthosting.co.za>
In-reply-to
Content
Well, perhaps inspect needs a get_doc_synopsis method :)

Actually, I'm not sure that should be a smiley.

I don't really have a strong opinion on this myself (say I'm +0 for inspect), so I asked a couple other core devs here at the sprint (Eric Smith and Eric Snow), and they both thought it should be in inspect rather than pydoc.  (Eric's Snow reason is that pydoc is not really a user facing library (actually what he said is "it's a mess"), and both thought it was more appropriate for inspect anyway).
History
Date User Action Args
2014-04-16 14:07:27r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.araujo, Claudiu.Popa, bignose, berker.peksag, martin.panter, yselivanov, matrixise
2014-04-16 14:07:27r.david.murraysetmessageid: <1397657247.72.0.831338599096.issue12916@psf.upfronthosting.co.za>
2014-04-16 14:07:27r.david.murraylinkissue12916 messages
2014-04-16 14:07:27r.david.murraycreate