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 yselivanov
Recipients Claudiu.Popa, berker.peksag, bignose, eric.araujo, eric.snow, martin.panter, matrixise, r.david.murray, rhettinger, yselivanov
Date 2014-04-16.21:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397683495.54.0.768554827328.issue12916@psf.upfronthosting.co.za>
In-reply-to
Content
The current patch proposes to add inspect.splitdoc(obj), instead of pydoc.splitdoc(doc).  The former takes an object, extracts documentation out of it, and returns a tuple.  The latter, just splits the passed doc string.

If you want this function in inspect, we need to find a better name for it, or don't make it to receive an object.
History
Date User Action Args
2014-04-16 21:24:55yselivanovsetrecipients: + yselivanov, rhettinger, eric.araujo, r.david.murray, Claudiu.Popa, bignose, eric.snow, berker.peksag, martin.panter, matrixise
2014-04-16 21:24:55yselivanovsetmessageid: <1397683495.54.0.768554827328.issue12916@psf.upfronthosting.co.za>
2014-04-16 21:24:55yselivanovlinkissue12916 messages
2014-04-16 21:24:55yselivanovcreate