classification
Title: mailbox fails to round-trip a file to a Babyl mailbox
Type: behavior Stage: needs patch
Components: Library (Lib) Versions: Python 3.3, Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: r.david.murray
Priority: normal Keywords: easy

Created on 2011-01-29 16:19 by r.david.murray, last changed 2011-01-29 16:19 by r.david.murray.

Messages (1)
msg127434 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-01-29 16:19
One of the new tests introduced for #9124 fails for the Bably mailbox format.  The failing tests pass a file to the add method (test_add_binary_file, test_add_nonascii_binary_file, test_add_text_file_warns).  The failing part of the tests have been temporarily disabled for the Bably mailbox format since it is a pre-existing, unreported bug.
History
Date User Action Args
2011-01-29 16:19:35r.david.murraycreate