summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-05-27 08:36:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-05-27 08:36:52 (GMT)
commitd004fc810af3e1985686e616763e14a1b0aa60c1 (patch)
tree84d813c5639518d647144fb8befbfcb524052175 /Misc
parentd1b6cd7bfb35ffecd8b52d9d2b3cd608ab6515e0 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a18e9e7..7982af1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.