]> granicus.if.org Git - python/commitdiff
Move news item from 2.6.1 to 2.6.2.
authorMatthias Klose <doko@ubuntu.com>
Sun, 5 Apr 2009 21:35:06 +0000 (21:35 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 5 Apr 2009 21:35:06 +0000 (21:35 +0000)
Misc/NEWS

index 17ff1aa10f02dd1bbc4cf9b90784032ce9549d26..d99814f0cd8b67666613361a2ced34fa0c57ecc7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,9 @@ Library
 - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
   biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
 
+- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
+  new arguments introduced in 2.5.
+
 Extension Modules
 -----------------
 
@@ -468,9 +471,6 @@ Library
 - Issue #1149804: macostools.mkdirs now even works when another process
   creates one of the needed subdirectories.
 
-- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
-  new arguments introduced in 2.5.
-
 Tools/Demos
 -----------