commit | bd28ca65d67afa88e2a702157eeeab0514cba9bb | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jul 28 07:01:43 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jul 28 07:01:43 2007 +0000 |
tree | 441c52326a76592275802e5b12fce07fa88ef49d | |
parent | 0e258c5ea5c69e60eb581f3f186022a8400b8d79 [diff] [blame] |
Bug #1704793: Raise KeyError if unicodedata.lookup cannot represent the result in a single character.
diff --git a/Misc/NEWS b/Misc/NEWS index 8ca898b..f42c8ec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library ------- +- Bug #1704793: Raise KeyError if unicodedata.lookup cannot + represent the result in a single character. + - Change location of the package index to pypi.python.org/pypi - Bug #1701409: Fix a segfault in printing ctypes.c_char_p and