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 techtonik
Recipients georg.brandl, skip.montanaro, techtonik
Date 2008-07-16.05:08:14
SpamBayes Score 0.027707405
Marked as misclassified No
Message-id <1216184897.43.0.53847773049.issue3359@psf.upfronthosting.co.za>
In-reply-to
Content
That's weird and the worst is that it is not documented. Manual says:

"If Python is built without universal newline support a mode with 'U' is
the same as normal text mode." 

but no information about what is "normal text mode" behaviour.

The way Python works that you describe is weird, but true. If developer
uses Windows platform - Unix and Windows files will be handled in the
same way, but not files from Mac platform. The worst that developer
can't know this, because he is unlikely to have any Mac files to test.

This behavior is like a long standing mine to collate Windows and Mac
Python users. Why not to fix it?
History
Date User Action Args
2008-07-16 05:08:17techtoniksetspambayes_score: 0.0277074 -> 0.027707405
recipients: + techtonik, skip.montanaro, georg.brandl
2008-07-16 05:08:17techtoniksetspambayes_score: 0.0277074 -> 0.0277074
messageid: <1216184897.43.0.53847773049.issue3359@psf.upfronthosting.co.za>
2008-07-16 05:08:16techtoniklinkissue3359 messages
2008-07-16 05:08:14techtonikcreate