From: Hye-Shik Chang Date: Wed, 4 Aug 2004 17:40:38 +0000 (+0000) Subject: Add a proper pointer to SF bug item. X-Git-Tag: v2.4a2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c81c695dc9fe57562d93e46eaf84bc8ed16db07b;p=python Add a proper pointer to SF bug item. --- diff --git a/Misc/NEWS b/Misc/NEWS index aea6867ad8..be1d1cee4f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -67,8 +67,9 @@ Core and builtins - Added a workaround for proper string operations in BSDs. str.split and str.is* methods can now work correctly with UTF-8 locales. -- unicode.iswide() and unicode.width() is dropped and the East Asian - Width support is moved to unicodedata extension module. +- Bug #989185: unicode.iswide() and unicode.width() is dropped and + the East Asian Width support is moved to unicodedata extension + module. - Patch #941229: The source code encoding in interactive mode now refers sys.stdin.encoding not just ISO-8859-1 anymore. This