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 matrixise
Recipients Claudiu.Popa, berker.peksag, bignose, eric.araujo, martin.panter, matrixise, rhettinger, yselivanov
Date 2014-04-14.21:56:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397512570.57.0.519981742618.issue12916@psf.upfronthosting.co.za>
In-reply-to
Content
I move the pydoc.splitdoc function to the inspect module.
Update the documentation.
Add a unittest for this new function.

I can provide an other patch for the backward-compatiblity if this function is used by an other module than pydoc.
History
Date User Action Args
2014-04-14 21:56:10matrixisesetrecipients: + matrixise, rhettinger, eric.araujo, Claudiu.Popa, bignose, berker.peksag, martin.panter, yselivanov
2014-04-14 21:56:10matrixisesetmessageid: <1397512570.57.0.519981742618.issue12916@psf.upfronthosting.co.za>
2014-04-14 21:56:10matrixiselinkissue12916 messages
2014-04-14 21:56:10matrixisecreate