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 amaury.forgeotdarc
Recipients EnigmaCurry, amaury.forgeotdarc, georg.brandl, lemburg
Date 2009-08-31.06:33:35
SpamBayes Score 0.0069999797
Marked as misclassified No
Message-id <1251700417.5.0.122334252694.issue6788@psf.upfronthosting.co.za>
In-reply-to
Content
I think your test is invalid: it creates the file in "w" mode, so \n are 
written as two bytes \r\n on the disk.
codecs.open just reads them back.
History
Date User Action Args
2009-08-31 06:33:37amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, georg.brandl, EnigmaCurry
2009-08-31 06:33:37amaury.forgeotdarcsetmessageid: <1251700417.5.0.122334252694.issue6788@psf.upfronthosting.co.za>
2009-08-31 06:33:35amaury.forgeotdarclinkissue6788 messages
2009-08-31 06:33:35amaury.forgeotdarccreate