[issue1561] py3k: test_mailbox fails on Windows

Amaury Forgeot d'Arc report at bugs.python.org
Wed Mar 26 14:53:14 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

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

----------
keywords: +patch
Added file: http://bugs.python.org/file9865/mailbox.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1561>
__________________________________


More information about the Python-bugs-list mailing list