]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move an old news entry about cjkcodecs to the right place; "Extension
authorHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 14:24:26 +0000 (14:24 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sun, 8 Oct 2006 14:24:26 +0000 (14:24 +0000)
Modules".

Misc/NEWS

index 2eff31b7f1726f5cdae562223b43906c07c5dfa7..005e38671392817360e7ab7089fec1d93b2011fb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,13 +67,6 @@ Core and builtins
 
 - Patch #1488312, Fix memory alignment problem on SPARC in unicode
 
-- Fixed a few bugs in cjkcodecs:
-  - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly.
-  - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312
-    codepoints to conform the standard.
-  - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2
-    codepoints now.
-
 - fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
   were transposed.
 
@@ -83,6 +76,13 @@ Extension Modules
 - Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault
   when encoding non-BMP unicode characters.
 
+- Fixed a few bugs in cjkcodecs:
+  - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly.
+  - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312
+    codepoints to conform the standard.
+  - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2
+    codepoints now.
+
 - Bug #1556784: allow format strings longer than 127 characters in
   datetime's strftime function.