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 chris.jerdonek
Recipients asvetlov, chris.jerdonek, r.david.murray
Date 2012-09-10.23:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347321295.19.0.66061447718.issue15916@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, calling doctest.DocTestSuite() raises a ValueError if the module passed to it has no docstrings.  This was the subject of issue 14649.

This issue is to discuss and possibly change DocTestSuite's behavior not to raise an exception in that situation.

In the discussion for issue 14649 (in particular with R. David Murray), it was acknowledged that the current behavior probably isn't correct or desirable.  However, treating the behavior as a bug and fixing it in maintenance branches would have been too big of a change.

Thus, if this change is made, it could be slated for the next feature release.
History
Date User Action Args
2012-09-10 23:54:55chris.jerdoneksetrecipients: + chris.jerdonek, r.david.murray, asvetlov
2012-09-10 23:54:55chris.jerdoneksetmessageid: <1347321295.19.0.66061447718.issue15916@psf.upfronthosting.co.za>
2012-09-10 23:54:54chris.jerdoneklinkissue15916 messages
2012-09-10 23:54:53chris.jerdonekcreate