]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
List specific updates for IDLE.
authorRaymond Hettinger <python@rcn.com>
Wed, 9 Oct 2002 03:53:10 +0000 (03:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 9 Oct 2002 03:53:10 +0000 (03:53 +0000)
Misc/NEWS

index b5bef97b4d0704f182466f7a4f1fdbfb765c6d1d..25ba74b47f111ee0b1fa84785efbd12eadf7644f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -339,6 +339,13 @@ Windows
 Other
 
 - Most changes to IDLE were backported, including some featurettes.
+  Open module can now handle hierarchical names for packages (such
+  as xml.dom.minidom).  On Windows, Edit SelectAll is now called
+  with Control-A rather than Alt-A.  The Edit Menu only offers
+  module options (like import module, check module, or run script)
+  in a module window.  Those options no longer appear in the shell
+  window where they did not have meaningful application and was
+  confusing new users.
 
 
 What's New in Python 2.2.1 final?