From: Alexandre Vassalotti Date: Sun, 5 Jul 2009 06:50:08 +0000 (+0000) Subject: Add NEWS entries for the changes I made recently. X-Git-Tag: v3.2a1~2876 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b45cb4f275b8b7d3b04f8e8f995929d64d08d44;p=thirdparty%2FPython%2Fcpython.git Add NEWS entries for the changes I made recently. --- diff --git a/Misc/NEWS b/Misc/NEWS index 87949298ca7f..9acccd424ff4 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 -----