From: Tim Peters Date: Tue, 9 Oct 2001 22:39:40 +0000 (+0000) Subject: Add item about new "Edit with IDLE" menu entry created by Windows installer. X-Git-Tag: v2.2.1c1~1362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04cf1d31d9748d6b2075abbd6c3c0729b5cbf348;p=thirdparty%2FPython%2Fcpython.git Add item about new "Edit with IDLE" menu entry created by Windows installer. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9dca9cebc7f3..5c411f9797de 100644 --- 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