summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-14 11:51:00 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-14 11:51:00 (GMT)
commitda227045837041455eb5672c2084694fe7f3a59a (patch)
tree12578d6f6e8d3d795b2e35824659b100db44947b /Misc
parent93dc9eb2a39ccc84d50012f8133f05e81183e8a6 (diff)
downloadcpython-da227045837041455eb5672c2084694fe7f3a59a.zip
cpython-da227045837041455eb5672c2084694fe7f3a59a.tar.gz
cpython-da227045837041455eb5672c2084694fe7f3a59a.tar.bz2
Merged revisions 78954 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78954 | ezio.melotti | 2010-03-14 12:13:49 +0200 (Sun, 14 Mar 2010) | 1 line Add a link about the Public Review Issue #29 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8c098c..2b0bd70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -307,8 +307,8 @@ Library
- The sqlite3 module was updated to pysqlite 2.6.0. This fixes several obscure
bugs and allows loading SQLite extensions from shared libraries.
-- Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
- Issue #29
+- Issue #1054943: Fix ``unicodedata.normalize('NFC', text)`` for the Public
+ 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.