summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-17 18:44:22 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-17 18:44:22 (GMT)
commit5c267e2d22e90e4dcdcaef842634371b122970da (patch)
tree0b6758f5df12f8eaf662ef56d5d7e654334d1e99 /Misc/NEWS
parent9ea8e4c29db12520bdd024357acf354b0653dd04 (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd1e833..abe2e23 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.