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 alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, draghuram, gvanrossum
Date 2007-11-08.13:30:48
SpamBayes Score 0.016997924
Marked as misclassified No
Message-id <1194528648.91.0.0536631802099.issue1395@psf.upfronthosting.co.za>
In-reply-to
Content
> About mailbox.py: it seems that the code cannot work

Of course: the file mode was recently changed from rb+ to r+ (revision
57809). This means that every occurrence of os.linesep has to disappear.
Oh my.
History
Date User Action Args
2007-11-08 13:30:49amaury.forgeotdarcsetspambayes_score: 0.0169979 -> 0.016997924
recipients: + amaury.forgeotdarc, gvanrossum, draghuram, christian.heimes, alexandre.vassalotti
2007-11-08 13:30:48amaury.forgeotdarcsetspambayes_score: 0.0169979 -> 0.0169979
messageid: <1194528648.91.0.0536631802099.issue1395@psf.upfronthosting.co.za>
2007-11-08 13:30:48amaury.forgeotdarclinkissue1395 messages
2007-11-08 13:30:48amaury.forgeotdarccreate