summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-13 22:02:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-13 22:02:44 (GMT)
commitae87a27a2994718e8e1b77f06b173882ec5c7704 (patch)
tree90b8df6ffac6332e3e31f11d55f6acfc649346ec /Misc/NEWS
parenta0bf56d4f1e9ea9f47a7e18a29d7678df284e345 (diff)
downloadcpython-ae87a27a2994718e8e1b77f06b173882ec5c7704.zip
cpython-ae87a27a2994718e8e1b77f06b173882ec5c7704.tar.gz
cpython-ae87a27a2994718e8e1b77f06b173882ec5c7704.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/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e3e7080..bd9822b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -703,6 +703,12 @@ Documentation
- Issue #7829: Document in dis that bytecode is an implementation detail.
+Tools/Demos
+-----------
+
+- Issue #7287: Demo/imputil/knee.py was removed.
+
+
What's New in Python 3.1.2?
===========================