summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0179467..098497e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@ Core and Builtins
Library
-------
+- Issue #11684: complete email.parser bytes API by adding BytesHeaderParser.
+
- The bz2 module now handles 4GiB+ input buffers correctly.
- Issue #9233: Fix json.loads('{}') to return a dict (instead of a list), when