commit | cadd7864d88239d7ed58611b28e8dc48ff70b49c | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Sun Mar 31 15:53:08 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Sun Mar 31 15:53:08 2013 -0500 |
tree | f915d5eff1ea5e8a3bc40a49ebb481bc8c83d1f7 | |
parent | e4059462f2c5ad0259fae54208b79043a395b085 [diff] [blame] |
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
diff --git a/Misc/NEWS b/Misc/NEWS index 59ec000..29784ff 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Library ------- +- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer + raises an exception. + - Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. - Issue #17526: fix an IndexError raised while passing code without filename to