commit | d004fc810af3e1985686e616763e14a1b0aa60c1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat May 27 08:36:52 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat May 27 08:36:52 2006 +0000 |
tree | 84d813c5639518d647144fb8befbfcb524052175 | |
parent | d1b6cd7bfb35ffecd8b52d9d2b3cd608ab6515e0 [diff] |
Patch 1494554: Update numeric properties to Unicode 4.1.
diff --git a/Misc/NEWS b/Misc/NEWS index a18e9e7..7982af1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Patch #1494554: Update unicodedata.numeric and unicode.isnumeric to + Unicode 4.1. + - Patch #921466: sys.path_importer_cache is now used to cache valid and invalid file paths for the built-in import machinery which leads to fewer open calls on startup.