summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-10-09 22:39:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-10-09 22:39:40 (GMT)
commit04cf1d31d9748d6b2075abbd6c3c0729b5cbf348 (patch)
treebf34c0cfedfb383e07ed593c36810c047a34ecda
parent0af6703a71d3324a982b639f1712a9c73c74e81a (diff)
downloadcpython-04cf1d31d9748d6b2075abbd6c3c0729b5cbf348.zip
cpython-04cf1d31d9748d6b2075abbd6c3c0729b5cbf348.tar.gz
cpython-04cf1d31d9748d6b2075abbd6c3c0729b5cbf348.tar.bz2
Add item about new "Edit with IDLE" menu entry created by Windows installer.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9dca9ce..5c411f9 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