summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-13 22:07:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-13 22:07:17 (GMT)
commit4de6b06134370c974b18ffd8077f864972248ee4 (patch)
tree3e70b118ea1ce6197fe7d8a79b511d83766e7ae9 /Misc
parent9e1ef1a11db94d9c66446ed002bd6c23888d2a2e (diff)
downloadcpython-4de6b06134370c974b18ffd8077f864972248ee4.zip
cpython-4de6b06134370c974b18ffd8077f864972248ee4.tar.gz
cpython-4de6b06134370c974b18ffd8077f864972248ee4.tar.bz2
Merged revisions 85429 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85429 | benjamin.peterson | 2010-10-13 16:59:36 -0500 (Wed, 13 Oct 2010) | 1 line remove obselete import implementation #7287 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 35d6b1e..2db45e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -374,6 +374,8 @@ Extension Modules
Tools/Demos
-----------
+- Issue #7287: Demo/imputil/knee.py was removed.
+
- Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
as wide (UCS4) unicode builds for both the host interpreter (embedded
inside gdb) and the interpreter under test.