Amaury Forgeot d'Arc added the comment: > mailbox.py is expected to work with files opened in binary mode Not everywhere, unfortunately. Some files are still opened in text mode. And this makes a huge difference with py3k: one accepts bytes, the other requires strings.
__________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1561> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com