diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-03-31 05:57:16 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-03-31 05:57:16 (GMT) |
commit | 6e4e4abf16ca1de9ace308be25186335b426b35d (patch) | |
tree | ad96a1db41a9276eb3031126b377e851f67721cf /Misc | |
parent | d676a3a221b99e1b352e18be0939158dfc37ef82 (diff) | |
download | cpython-6e4e4abf16ca1de9ace308be25186335b426b35d.zip cpython-6e4e4abf16ca1de9ace308be25186335b426b35d.tar.gz cpython-6e4e4abf16ca1de9ace308be25186335b426b35d.tar.bz2 |
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Core and Builtins Library ------- +- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. + - Issue #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. |