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 marcus@internetnowasp.net
Recipients marcus@internetnowasp.net
Date 2008-11-03.08:18:42
SpamBayes Score 0.0009779382
Marked as misclassified No
Message-id <1225700324.91.0.938996340802.issue4253@psf.upfronthosting.co.za>
In-reply-to
Content
When using maildir on windows, the maildir._dump_message erronously 
added "\r\n" to "\r\r\n" : in mailbox.py

target.write(buffer.read().replace('\n', os.linesep))
History
Date User Action Args
2008-11-03 08:18:45marcus@internetnowasp.netsetrecipients: + marcus@internetnowasp.net
2008-11-03 08:18:44marcus@internetnowasp.netsetmessageid: <1225700324.91.0.938996340802.issue4253@psf.upfronthosting.co.za>
2008-11-03 08:18:43marcus@internetnowasp.netlinkissue4253 messages
2008-11-03 08:18:43marcus@internetnowasp.netcreate