Add item about new "Edit with IDLE" menu entry created by Windows installer.

This commit is contained in:
Tim Peters 2001-10-09 22:39:40 +00:00
parent 0af6703a71
commit 04cf1d31d9
1 changed files with 4 additions and 0 deletions

View File

@ -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