summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-07-05 06:50:08 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-07-05 06:50:08 (GMT)
commit9b45cb4f275b8b7d3b04f8e8f995929d64d08d44 (patch)
treee8140a76a6ba8a587581a6e5584af70debbb1102 /Misc
parent515a74fbf9c5eb6a5dbc7cbbb5b3910eab966466 (diff)
downloadcpython-9b45cb4f275b8b7d3b04f8e8f995929d64d08d44.zip
cpython-9b45cb4f275b8b7d3b04f8e8f995929d64d08d44.tar.gz
cpython-9b45cb4f275b8b7d3b04f8e8f995929d64d08d44.tar.bz2
Add NEWS entries for the changes I made recently.
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
-----