summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc6ede7..cbbe447 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,10 @@ Extension Modules
- The _bytesio and _stringio modules are now compiled into the python binary.
+- Issue #3492 and #3790: Fixed the zlib module and zipimport module uses of
+ mutable bytearray objects where they should have been using immutable bytes.
+
+
Tools/Demos
-----------