New submission from Marcus CM <[EMAIL PROTECTED]>:

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))

----------
components: Library (Lib)
messages: 75463
nosy: [EMAIL PROTECTED]
severity: normal
status: open
title: Maildir dumpmessage on
versions: Python 2.5

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4253>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to