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 martin.panter
Recipients Claudiu.Popa, berker.peksag, bignose, eric.araujo, eric.snow, martin.panter, matrixise, r.david.murray, rhettinger, yselivanov
Date 2015-02-01.02:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422756428.21.0.107477909574.issue12916@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a 4th patch that allows None as input. Other changes:

* Document and test getdoc() returning None
* Limited the splitting and re-joining dance
* Document when the synopsis and body strings are empty
* More test cases

I left the pydoc test there, though I don’t see a big need for this test. It is no problem if the deprecated function remains in version 3.7.
History
Date User Action Args
2015-02-01 02:07:08martin.pantersetrecipients: + martin.panter, rhettinger, eric.araujo, r.david.murray, Claudiu.Popa, bignose, eric.snow, berker.peksag, yselivanov, matrixise
2015-02-01 02:07:08martin.pantersetmessageid: <1422756428.21.0.107477909574.issue12916@psf.upfronthosting.co.za>
2015-02-01 02:07:08martin.panterlinkissue12916 messages
2015-02-01 02:07:07martin.pantercreate