diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-17 18:44:22 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-10-17 18:44:22 (GMT) |
commit | 5c267e2d22e90e4dcdcaef842634371b122970da (patch) | |
tree | 0b6758f5df12f8eaf662ef56d5d7e654334d1e99 /Misc | |
parent | 9ea8e4c29db12520bdd024357acf354b0653dd04 (diff) | |
download | cpython-5c267e2d22e90e4dcdcaef842634371b122970da.zip cpython-5c267e2d22e90e4dcdcaef842634371b122970da.tar.gz cpython-5c267e2d22e90e4dcdcaef842634371b122970da.tar.bz2 |
Close #12454: The mailbox module is now using ASCII, instead of the locale
encoding, to read and write MH mailboxes (.mh_sequences files).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -311,6 +311,9 @@ Core and Builtins Library ------- +- Issue #12454: The mailbox module is now using ASCII, instead of the locale + encoding, to read and write MH mailboxes (.mh_sequences files). + - Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. |