]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move news items to the correct sections.
authorRaymond Hettinger <python@rcn.com>
Fri, 17 Dec 2004 17:34:21 +0000 (17:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 17 Dec 2004 17:34:21 +0000 (17:34 +0000)
Misc/NEWS

index c5bf2b8f11f57649c15f7a74b35b86b56a96223a..cca589a26e4f9c179991eb3282c5498d410f4bbd 100644 (file)
--- 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().