diff --git a/Misc/NEWS b/Misc/NEWS index 17ff1aa10f0..d99814f0cd8 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 -----------