]> granicus.if.org Git - python/commitdiff
Add item about new "Edit with IDLE" menu entry created by Windows installer.
authorTim Peters <tim.peters@gmail.com>
Tue, 9 Oct 2001 22:39:40 +0000 (22:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 9 Oct 2001 22:39:40 +0000 (22:39 +0000)
Misc/NEWS

index 9dca9cebc7f343021557c6895a89718cedd011d8..5c411f9797de99101e3fbc3a9b60cc938392696f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,10 @@ Tests
 
 Windows
 
+- Installer:  If you install IDLE, and don't disable file-extension
+  registration, a new "Edit with IDLE" context (right-click) menu entry
+  is created for .py and .pyw files.
+
 - The signal module now supports SIGBREAK on Windows, thanks to Steven
   Scott.  Note that SIGBREAK is unique to Windows.  The default SIGBREAK
   action remains to call Win32 ExitProcess().  This can be changed via