diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-08-04 17:40:38 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-08-04 17:40:38 (GMT) |
commit | c81c695dc9fe57562d93e46eaf84bc8ed16db07b (patch) | |
tree | 5c397bde06e23d20d4ef7c5515b4813b62ef3453 /Misc/NEWS | |
parent | 7df44b384a4391cfed0a4d26b7e314a06ae4d595 (diff) | |
download | cpython-c81c695dc9fe57562d93e46eaf84bc8ed16db07b.zip cpython-c81c695dc9fe57562d93e46eaf84bc8ed16db07b.tar.gz cpython-c81c695dc9fe57562d93e46eaf84bc8ed16db07b.tar.bz2 |
Add a proper pointer to SF bug item.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |