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 ncoghlan
Recipients benjamin.peterson, facundobatista, georg.brandl, ncoghlan, nessus42, pitrou, r.david.murray, rhettinger
Date 2009-05-15.10:17:50
SpamBayes Score 1.0875689e-07
Marked as misclassified No
Message-id <1242382673.36.0.14666956122.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
While RDM's quick test is encouraging, I think one of the key things is
going to be developing tests for the various cases:

- binary mode, single byte line ending
- binary mode, multi-byte line ending
- text mode, single byte single char line ending*
- text mode, multi-byte single char line ending
- text mode, multiple char line ending

The text mode tests would need to cover a variety of encodings (e.g.
ASCII, latin-1, UTF-8, UTF-16, UTF-32 and maybe something like koi8-r
and/or some of the CJK codecs).

*if applicable to codec under test
History
Date User Action Args
2009-05-15 10:17:53ncoghlansetrecipients: + ncoghlan, georg.brandl, rhettinger, facundobatista, pitrou, benjamin.peterson, nessus42, r.david.murray
2009-05-15 10:17:53ncoghlansetmessageid: <1242382673.36.0.14666956122.issue1152248@psf.upfronthosting.co.za>
2009-05-15 10:17:51ncoghlanlinkissue1152248 messages
2009-05-15 10:17:50ncoghlancreate