]> granicus.if.org Git - python/commitdiff
Add a link about the Public Review Issue #29
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 14 Mar 2010 10:13:49 +0000 (10:13 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 14 Mar 2010 10:13:49 +0000 (10:13 +0000)
Misc/NEWS

index 35c5ab960ab7470e3e89dd51bd31aadec0dc27bb..4ce035fe9a20c6d26c291a76ec7d015f0a013fd5 100644 (file)
--- 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.