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
Date 2007-12-06.10:38:10
SpamBayes Score 0.015283351
Marked as misclassified No
Message-id <1196937492.24.0.0620025474702.issue1561@psf.upfronthosting.co.za>
In-reply-to
Content
test_mailbox keeps failing on Windows, due to line-ending issues.
Difficult things began when the files started to open in text mode.

Trying to list problems:
- mailbox.py works with differences of tell() results, and uses this to
as an argument to read(). This is wrong for two reasons: tell() returns
an offset in the file, and mixes this with the codec status.
- _PartialFile (a narrowed view of a file) does not work, for the same
kinds of reasons.
History
Date User Action Args
2007-12-06 10:38:12amaury.forgeotdarcsetspambayes_score: 0.0152834 -> 0.015283351
recipients: + amaury.forgeotdarc
2007-12-06 10:38:12amaury.forgeotdarcsetspambayes_score: 0.0152834 -> 0.0152834
messageid: <1196937492.24.0.0620025474702.issue1561@psf.upfronthosting.co.za>
2007-12-06 10:38:11amaury.forgeotdarclinkissue1561 messages
2007-12-06 10:38:10amaury.forgeotdarccreate