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 terry.reedy
Recipients eric.araujo, lregebro, terry.reedy
Date 2010-08-04.21:48:02
SpamBayes Score 2.2655637e-07
Marked as misclassified No
Message-id <1280958484.12.0.476083623767.issue8473@psf.upfronthosting.co.za>
In-reply-to
Content
I would call this a bug and still 2.7 eligible. The patch amounts to opening the file to be tested in universal newline mode + a corresponding test. If Python will run files with mixed line endings, doctest should test them.
History
Date User Action Args
2010-08-04 21:48:04terry.reedysetrecipients: + terry.reedy, eric.araujo, lregebro
2010-08-04 21:48:04terry.reedysetmessageid: <1280958484.12.0.476083623767.issue8473@psf.upfronthosting.co.za>
2010-08-04 21:48:02terry.reedylinkissue8473 messages
2010-08-04 21:48:02terry.reedycreate