]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a news entry for importing of CJK codecs.
authorHye-Shik Chang <hyeshik@gmail.com>
Sat, 17 Jan 2004 14:59:36 +0000 (14:59 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sat, 17 Jan 2004 14:59:36 +0000 (14:59 +0000)
Misc/NEWS

index d76a035081bca905e4ca4a1f553199e55d03c2b9..869a4d3a92ed5c2ae6b6aec0bec04cbf725504f2 100644 (file)
--- 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
 -----------