[Python-checkins] r73857 - python/branches/py3k/Misc/NEWS
alexandre.vassalotti
python-checkins at python.org
Sun Jul 5 08:50:09 CEST 2009
Author: alexandre.vassalotti
Date: Sun Jul 5 08:50:08 2009
New Revision: 73857
Log:
Add NEWS entries for the changes I made recently.
Modified:
python/branches/py3k/Misc/NEWS
Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS (original)
+++ python/branches/py3k/Misc/NEWS Sun Jul 5 08:50:08 2009
@@ -43,6 +43,16 @@
- 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
-----
More information about the Python-checkins
mailing list