From: Ezio Melotti Date: Sun, 14 Mar 2010 10:13:49 +0000 (+0000) Subject: Add a link about the Public Review Issue #29 X-Git-Tag: v2.7b1~360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8122bdd8bd6f0f84a7e296190a510431888aa274;p=thirdparty%2FPython%2Fcpython.git Add a link about the Public Review Issue #29 --- diff --git a/Misc/NEWS b/Misc/NEWS index 35c5ab960ab7..4ce035fe9a20 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -100,7 +100,7 @@ Library - Issue #6906: Tk should not set Unicode environment variables on Windows. - Issue #1054943: Fix ``unicodedata.normalize('NFC', text)`` for the Public - Review Issue #29. + Review Issue #29 (http://unicode.org/review/pr-29.html). - Issue #7494: Fix a crash in ``_lsprof`` (cProfile) after clearing the profiler, reset also the pointer to the current pointer context.