From ab38612e815274519e34bd511d5acc511d5c729a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 17 Dec 2004 17:34:21 +0000 Subject: Move news items to the correct sections. --- Misc/NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index c5bf2b8..cca589a 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(). -- cgit v0.12