Move news item from 2.6.1 to 2.6.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 17ff1aa..d99814f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,9 @@
- 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 @@
- 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
-----------