summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2006-10-08 14:24:26 +0000
committerHye-Shik Chang <hyeshik@gmail.com>2006-10-08 14:24:26 +0000
commit16ca35a2a59712400b1326166f26a689b646e6bb (patch)
treeeb64b3c7630d8cca5278cf76e27403419d3687b7
parent2d09be9e488828876228bc435d16ee4b90a2ca08 (diff)
downloadcpython-git-16ca35a2a59712400b1326166f26a689b646e6bb.tar.gz
Move an old news entry about cjkcodecs to the right place; "Extension
Modules".
-rw-r--r--Misc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2eff31b7f1..005e386713 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.