mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Patch #1540892: site.py Quitter() class attempts to close sys.stdin
before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS
This commit is contained in:
parent
798ed8f076
commit
d112bc7958
5 changed files with 24 additions and 11 deletions
|
@ -3,7 +3,11 @@ What's New in IDLE 1.2c1?
|
|||
|
||||
*Release date: 17-AUG-2006*
|
||||
|
||||
- The 'with' statement is now a Code Context block opener
|
||||
- IDLE honors new quit() and exit() commands from site.py Quitter() object.
|
||||
Patch 1540892, Jim Jewett
|
||||
|
||||
- The 'with' statement is now a Code Context block opener.
|
||||
Patch 1540851, Jim Jewett
|
||||
|
||||
- Retrieval of previous shell command was not always preserving indentation
|
||||
(since 1.2a1) Patch 1528468 Tal Einat.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue