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
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 35d6b1e..2db45e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -374,6 +374,8 @@
 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.