]> granicus.if.org Git - python/commitdiff
Add NEWS entries for the changes I made recently.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 5 Jul 2009 06:50:08 +0000 (06:50 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 5 Jul 2009 06:50:08 +0000 (06:50 +0000)
Misc/NEWS

index 87949298ca7f93d5f608c2ef3d86eeb52f798a71..9acccd424ff467141602bcc59f8b69ed28bb646a 100644 (file)
--- 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
 -----