summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-01-17 14:59:36 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-01-17 14:59:36 (GMT)
commit84a9931b199fe5338969910f6cf9eb1bbe6a9bda (patch)
treeb36f66fd1b4280fa2d223b9372147867c78dd232 /Misc/NEWS
parent3e2a30692085d32ac63f72b35da39158a471fc68 (diff)
downloadcpython-84a9931b199fe5338969910f6cf9eb1bbe6a9bda.zip
cpython-84a9931b199fe5338969910f6cf9eb1bbe6a9bda.tar.gz
cpython-84a9931b199fe5338969910f6cf9eb1bbe6a9bda.tar.bz2
Add a news entry for importing of CJK codecs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d76a035..869a4d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,8 @@ Library
- Bug #823328: urllib2.py's HTTP Digest Auth support works again.
+- Patch #873597: CJK codecs are imported into rank of default codecs.
+
Tools/Demos
-----------