From 309e2418810a0a8125411de4d9f2b21affc46060 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 3 Jan 2008 18:57:40 +0000 Subject: [PATCH] Add some news items I missed. Careful inspection of the svn log output reveals that a lot more are missing. If you checked anything into the 2.5.2 branch without updating Misc/NEWS, please correct your mistake! --- Misc/NEWS | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index d3ced1f5c3..38a047d38a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,9 @@ What's New in Python 2.5.2c1? Core and builtins ----------------- -- Issue #1638: %zd configure test fails on Linux +- Bug #1517: Possible segfault in lookup(). + +- Issue #1638: %zd configure test fails on Linux. - Issue #1553: An erroneous __length_hint__ can make list() raise a SystemError. @@ -51,6 +53,9 @@ Core and builtins Library ------- +- Change ctypes version number to 1.0.3 (when Python 2.5.2 is released, + ctypes 1.0.3 will be also be released). + - Issue #1695: Fixed typo in the docstrings for time.localtime() and gmtime(). - Issue #1642: Fix segfault in ctypes when trying to delete attributes. @@ -359,7 +364,9 @@ Core and builtins Extension Modules ----------------- -- Bug #1563759: struct.unpack doens't support buffer protocol objects +- Patch #1643738: Problem with signals in a single-threaded application. + +- Bug #1563759: struct.unpack doens't support buffer protocol objects. - Bug #1686475: Support stat'ing open files on Windows again. -- 2.40.0