Message 62144 - Python tracker

Message62144

Author zde
Recipients zde
Date 2008-02-07.12:21:43
SpamBayes Score 0.034856226
Marked as misclassified No
Message-id <1202386905.17.0.194031124278.issue2028@psf.upfronthosting.co.za>
In-reply-to
Content
Please consider setting the default file mode to O_BINARY.  O_TEXT
breaks many unix programs and Windows has stopped to use CRLF files for
anything of use since the introduction of Win95's registry anyway.

Days when majority of "C" codebase actually DID process text files AND
CRLF files were used are long over and since Python is NOT "C" it should
reflect that.
History
Date User Action Args
2008-02-07 12:21:45zdesetspambayes_score: 0.0348562 -> 0.034856226
recipients: + zde
2008-02-07 12:21:45zdesetspambayes_score: 0.0348562 -> 0.0348562
messageid: <1202386905.17.0.194031124278.issue2028@psf.upfronthosting.co.za>
2008-02-07 12:21:44zdelinkissue2028 messages
2008-02-07 12:21:43zdecreate