From: Hye-Shik Chang Date: Sun, 8 Oct 2006 14:24:26 +0000 (+0000) Subject: Move an old news entry about cjkcodecs to the right place; "Extension X-Git-Tag: v2.4.4c1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16ca35a2a59712400b1326166f26a689b646e6bb;p=thirdparty%2FPython%2Fcpython.git Move an old news entry about cjkcodecs to the right place; "Extension Modules". --- diff --git a/Misc/NEWS b/Misc/NEWS index 2eff31b7f172..005e38671392 100644 --- 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.