summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-09-18 08:17:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-09-18 08:17:56 (GMT)
commit8b291e2d66390b8511b9e9d861e34714d40d5f5b (patch)
tree4e0df3049c0325ca71aa4298ed5584f281390c96 /Misc
parent9e28107ce8022a7c661b9219fb6e21a9de591b3f (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fca9b55..1ffa307 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.