summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8794929..9acccd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,16 @@ Library
- The deprecated function string.maketrans has been removed.
+- Issue #4005: Fixed a crash of pydoc when there was a zip file present in
+ sys.path.
+
+Extension Modules
+-----------------
+
+- Issue #4509: array.array objects are no longer modified after an operation
+ failing due to the resize restriction in-place when the object has exported
+ buffers.
+
Build
-----