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-08-24.23:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345849936.15.0.412610204606.issue14649@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch for review (just for the default branch for now).

The main change from the previous patch is that the ValueError exception is now documented.

A few additional comments/questions:

Is there a better way to signify in the documentation that certain behavior is an unfixable bug as opposed to desired behavior?  Would that be appropriate here?

I created a new folder inside Lib/test for supporting test files specific to doctest.  In addition to the two new files this patch adds, I would also like to move the eight existing support files into this new directory:

doctest_aliases.py
test_doctest.txt
test_doctest3.txt
sample_doctest.py
test_doctest2.py
test_doctest4.txt
test_doctest.py
test_doctest2.txt

Can that be done as a separate change after the patch for this issue, or should it be done before?

Assuming people are okay with keeping this ValueError behavior the same in the maintenance releases (i.e. not handling this as a bug fix), would people be open to changing the behavior in future versions, or should we keep the behavior the same in future versions as well?
History
Date User Action Args
2012-08-24 23:12:16chris.jerdoneksetrecipients: + chris.jerdonek, r.david.murray, asvetlov
2012-08-24 23:12:16chris.jerdoneksetmessageid: <1345849936.15.0.412610204606.issue14649@psf.upfronthosting.co.za>
2012-08-24 23:12:15chris.jerdoneklinkissue14649 messages
2012-08-24 23:12:15chris.jerdonekcreate