]> granicus.if.org Git - python/commit
<Enter> when cursor is on a previous command retrieves that command. Instead
authorKurt B. Kaiser <kbk@shore.net>
Sun, 19 Jun 2005 18:56:15 +0000 (18:56 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 19 Jun 2005 18:56:15 +0000 (18:56 +0000)
commita7daba6866136d1c554ba6bf278e9ddaf52ecac6
tree9d9fb6a21a24b3ee3e5eafd3809d4d4b82a1ff97
parentbff60aeb938fc6947823b3fdea9c74898057ce98
<Enter> when cursor is on a previous command retrieves that command.  Instead
of replacing the input line, the previous command is now appended to the
input line. Indentation is preserved, and undo is enabled.
Patch 1196917  Jeff Shute

Modified Files:
NEWS.txt PyShell.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py