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-14.22:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397513173.97.0.359954784168.issue12916@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good, but 'splitdoc' needs to remain a valid name for the function in the pydoc namespace.  You could just add 'splitdoc = inspect.splitdoc' after the import statements.  (The reason it needs to remain valid is for backward compatibility...there may be people who discovered it and have been importing it from pydoc.)
History
Date User Action Args
2014-04-14 22:06:14r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.araujo, Claudiu.Popa, bignose, berker.peksag, martin.panter, yselivanov, matrixise
2014-04-14 22:06:13r.david.murraysetmessageid: <1397513173.97.0.359954784168.issue12916@psf.upfronthosting.co.za>
2014-04-14 22:06:13r.david.murraylinkissue12916 messages
2014-04-14 22:06:13r.david.murraycreate