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 jyasskin
Recipients benjamin.peterson, collinwinter, dmalcolm, jyasskin
Date 2010-04-30.21:59:10
SpamBayes Score 0.00013206193
Marked as misclassified No
Message-id <1272664752.48.0.966034556849.issue8566@psf.upfronthosting.co.za>
In-reply-to
Content
In what way will my patch break test_parser on Windows? I preserved the behavior of re-opening the file in text mode after determining the encoding. Do I need to add 'U' to open()'s mode string?
History
Date User Action Args
2010-04-30 21:59:12jyasskinsetrecipients: + jyasskin, collinwinter, benjamin.peterson, dmalcolm
2010-04-30 21:59:12jyasskinsetmessageid: <1272664752.48.0.966034556849.issue8566@psf.upfronthosting.co.za>
2010-04-30 21:59:10jyasskinlinkissue8566 messages
2010-04-30 21:59:10jyasskincreate