diff --git a/Misc/NEWS b/Misc/NEWS index 35c5ab960ab..4ce035fe9a2 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.