diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-05-27 08:36:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-05-27 08:36:52 (GMT) |
commit | d004fc810af3e1985686e616763e14a1b0aa60c1 (patch) | |
tree | 84d813c5639518d647144fb8befbfcb524052175 /Misc | |
parent | d1b6cd7bfb35ffecd8b52d9d2b3cd608ab6515e0 (diff) | |
download | cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.zip cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.tar.gz cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.tar.bz2 |
Patch 1494554: Update numeric properties to Unicode 4.1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 3? 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. |