From: Matthias Klose Date: Sun, 5 Apr 2009 21:35:06 +0000 (+0000) Subject: Move news item from 2.6.1 to 2.6.2. X-Git-Tag: v2.6.2c1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a65e33089c0e3f753b7ca3101b4fddc3dd0d82d8;p=thirdparty%2FPython%2Fcpython.git Move news item from 2.6.1 to 2.6.2. --- diff --git a/Misc/NEWS b/Misc/NEWS index 17ff1aa10f02..d99814f0cd8b 100644 --- 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 -----------