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 amaury.forgeotdarc, christian.heimes, paul.moore
Date 2008-03-26.13:53:08
SpamBayes Score 0.20884012
Marked as misclassified No
Message-id <1206539594.0.0.46347168069.issue1561@psf.upfronthosting.co.za>
In-reply-to
Content
Three months later, one obvious correction: open all (text) files with
the newline='\n' option.

- This makes files identical between Unix and Windows version
- no more os.linesep

A compatibility problem: mailboxes created with python2.6 cannot be
opened with 3.0
History
Date User Action Args
2008-03-26 13:53:14amaury.forgeotdarcsetspambayes_score: 0.20884 -> 0.20884012
recipients: + amaury.forgeotdarc, paul.moore, christian.heimes
2008-03-26 13:53:14amaury.forgeotdarcsetspambayes_score: 0.20884 -> 0.20884
messageid: <1206539594.0.0.46347168069.issue1561@psf.upfronthosting.co.za>
2008-03-26 13:53:12amaury.forgeotdarclinkissue1561 messages
2008-03-26 13:53:12amaury.forgeotdarccreate