From: Raymond Hettinger Date: Fri, 17 Dec 2004 17:34:21 +0000 (+0000) Subject: Move news items to the correct sections. X-Git-Tag: v2.4.1c1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab38612e815274519e34bd511d5acc511d5c729a;p=thirdparty%2FPython%2Fcpython.git Move news items to the correct sections. --- diff --git a/Misc/NEWS b/Misc/NEWS index c5bf2b8f11f5..cca589a26e4f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,9 +12,15 @@ What's New in Python 2.4.1? Core and builtins ----------------- +- Bug #1085744: Add missing overflow check to PySequence_Tuple(). + Make resize schedule linear (amortized). + + Library ------- +- Bug #1086555: Fix leak in syslog module. + - atexit.register no longer references the sys module before importing it. (Bug #1083202). @@ -37,11 +43,6 @@ What's New in Python 2.4 final? Core and builtins ----------------- -- Bug #1086555: Fix leak in syslog module. - -- Bug #1085744: Add missing overflow check to PySequence_Tuple(). - Make resize schedule linear (amortized). - - Bug 875692: Improve signal handling, especially when using threads, by forcing an early re-execution of PyEval_EvalFrame() "periodic" code when things_to_do is not cleared by Py_MakePendingCalls().