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 cjw296
Recipients cjw296
Date 2009-08-14.16:18:15
SpamBayes Score 1.0574415e-06
Marked as misclassified No
Message-id <1250266697.36.0.481264395332.issue6703@psf.upfronthosting.co.za>
In-reply-to
Content
Hi All,

Line 355 of this code on the 2.6 branch and trunk:

http://svn.python.org/view/python/branches/release26-
maint/Lib/doctest.py?view=annotate
http://svn.python.org/view/python/trunk/Lib/doctest.py?annotate=69012

...contain a check that doesn't work cross platform.

I'd argue that the check is worthless and should be removed.
I'm happy to do this, but is this code tested?
If not, do I need to add a test when I remove those two lines?

cheers,

Chris
History
Date User Action Args
2009-08-14 16:18:17cjw296setrecipients: + cjw296
2009-08-14 16:18:17cjw296setmessageid: <1250266697.36.0.481264395332.issue6703@psf.upfronthosting.co.za>
2009-08-14 16:18:16cjw296linkissue6703 messages
2009-08-14 16:18:15cjw296create