diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-04-03 05:43:31 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-04-03 05:43:31 (GMT) |
commit | 1be94cea0fbf779439e415b3ab1e61e390302ab7 (patch) | |
tree | 192eaf111925eed13f2e9055659bd06493c60f86 /Misc | |
parent | a64a08467077004b0c1ec789d4e6e651e8bdc847 (diff) | |
parent | 6b7a5ae2c100d9a28cc1879b7325dc0e615a3a10 (diff) | |
download | cpython-1be94cea0fbf779439e415b3ab1e61e390302ab7.zip cpython-1be94cea0fbf779439e415b3ab1e61e390302ab7.tar.gz cpython-1be94cea0fbf779439e415b3ab1e61e390302ab7.tar.bz2 |
#14254: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -302,6 +302,8 @@ Core and Builtins Library ------- +- Issue #14254: IDLE now handles readline correctly across shell restarts. + - Issue #17614: IDLE no longer raises exception when quickly closing a file. - Issue #6698: IDLE now opens just an editor window when configured to do so. |