diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-04 12:09:33 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-04 12:09:33 (GMT) |
commit | 7c924ec9258fd8e324dedcdcc35bb8706aea7922 (patch) | |
tree | 115df7fb2950ac6e9e399b119d0facc4f0cde618 /Misc/NEWS | |
parent | e689a889da7f253cdc2281e55659ae591ee49f0b (diff) | |
download | cpython-7c924ec9258fd8e324dedcdcc35bb8706aea7922.zip cpython-7c924ec9258fd8e324dedcdcc35bb8706aea7922.tar.gz cpython-7c924ec9258fd8e324dedcdcc35bb8706aea7922.tar.bz2 |
Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
Issue #29.
PR #29 was released in february 2004!
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review + Issue #29 + - Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, reset also the pointer to the current pointer context. |