[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.4,1.1193.2.5

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Dec 17 18:35:00 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28524

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Move news items to the correct sections.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.4
retrieving revision 1.1193.2.5
diff -u -d -r1.1193.2.4 -r1.1193.2.5
--- NEWS	17 Dec 2004 14:44:41 -0000	1.1193.2.4
+++ NEWS	17 Dec 2004 17:34:21 -0000	1.1193.2.5
@@ -12,9 +12,15 @@
 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 @@
 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().



More information about the Python-checkins mailing list