From: Hye-Shik Chang Date: Sat, 17 Jan 2004 14:59:36 +0000 (+0000) Subject: Add a news entry for importing of CJK codecs. X-Git-Tag: v2.4a1~931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84a9931b199fe5338969910f6cf9eb1bbe6a9bda;p=thirdparty%2FPython%2Fcpython.git Add a news entry for importing of CJK codecs. --- diff --git a/Misc/NEWS b/Misc/NEWS index d76a035081bc..869a4d3a92ed 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 -----------