[Python-checkins] r52226 - python/branches/release24-maint/Misc/NEWS

hyeshik.chang python-checkins at python.org
Sun Oct 8 16:24:27 CEST 2006


Author: hyeshik.chang
Date: Sun Oct  8 16:24:26 2006
New Revision: 52226

Modified:
   python/branches/release24-maint/Misc/NEWS
Log:
Move an old news entry about cjkcodecs to the right place; "Extension
Modules".


Modified: python/branches/release24-maint/Misc/NEWS
==============================================================================
--- python/branches/release24-maint/Misc/NEWS	(original)
+++ python/branches/release24-maint/Misc/NEWS	Sun Oct  8 16:24:26 2006
@@ -67,13 +67,6 @@
 
 - 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 @@
 - 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.
 


More information about the Python-checkins mailing list