From c2e1a8fb7f1c38f7825147cea08903c5e84a7893 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 9 Oct 2002 03:53:10 +0000 Subject: [PATCH] List specific updates for IDLE. --- Misc/NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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? -- 2.47.3