commit | 8b291e2d66390b8511b9e9d861e34714d40d5f5b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 18 08:17:56 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 18 08:17:56 2005 +0000 |
tree | 4e0df3049c0325ca71aa4298ed5584f281390c96 | |
parent | 9e28107ce8022a7c661b9219fb6e21a9de591b3f [diff] [blame] |
Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index fca9b55..1ffa307 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -143,6 +143,8 @@ Extension Modules ----------------- +- Patch #1213831: Fix typo in unicodedata._getcode. + - Bug #1007046: os.startfile() did not accept unicode strings encoded in the file system encoding.