diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-09-18 08:17:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-09-18 08:17:56 (GMT) |
commit | 8b291e2d66390b8511b9e9d861e34714d40d5f5b (patch) | |
tree | 4e0df3049c0325ca71aa4298ed5584f281390c96 /Misc | |
parent | 9e28107ce8022a7c661b9219fb6e21a9de591b3f (diff) | |
download | cpython-8b291e2d66390b8511b9e9d861e34714d40d5f5b.zip cpython-8b291e2d66390b8511b9e9d861e34714d40d5f5b.tar.gz cpython-8b291e2d66390b8511b9e9d861e34714d40d5f5b.tar.bz2 |
Patch #1213831: Fix typo in unicodedata._getcode.
Will backport to Python 2.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ Core and builtins Extension Modules ----------------- +- Patch #1213831: Fix typo in unicodedata._getcode. + - Bug #1007046: os.startfile() did not accept unicode strings encoded in the file system encoding. |