From: Raymond Hettinger Date: Wed, 9 Oct 2002 03:53:10 +0000 (+0000) Subject: List specific updates for IDLE. X-Git-Tag: v2.2.2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2e1a8fb7f1c38f7825147cea08903c5e84a7893;p=thirdparty%2FPython%2Fcpython.git List specific updates for IDLE. --- diff --git a/Misc/NEWS b/Misc/NEWS index b5bef97b4d07..25ba74b47f11 100644 --- 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?