]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Relocate the misplaced heading. v2.4.3
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 28 Mar 2006 08:36:44 +0000 (08:36 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 28 Mar 2006 08:36:44 +0000 (08:36 +0000)
Misc/NEWS

index 2b89aebb351877817b7227b043a1681c60096ccd..748aca6a47ee9b36922818bb02106d804bba2300 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,14 +17,14 @@ Core and builtins
 - A threading issue that caused random segfaults on some platforms from 
   the testsuite was fixed in test_capi.
 
-Extension Modules
------------------
-
 - Reverted fix for Bug #1379994: Builtin unicode_escape and 
   raw_unicode_escape codec now encodes backslash correctly.
   This caused another issue for unicode repr strings being double-escaped
   (SF Bug #1459029). Correct fix will be in 2.5, but is too risky for 2.4.3.
 
+Extension Modules
+-----------------
+
 - Ubuntu bug #29289: Fixed a bug that the gb18030 codec raises
   RuntimeError on encoding surrogate pair area on UCS4 build.