[ python-Bugs-1302267 ] A command history for the idle interactive shell
SourceForge.net
noreply at sourceforge.net
Sat Sep 24 01:05:17 CEST 2005
Bugs item #1302267, was opened at 2005-09-24 01:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1302267&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Björn Lindqvist (sonderblade)
Assigned to: Nobody/Anonymous (nobody)
Summary: A command history for the idle interactive shell
Initial Comment:
1. Start IDLE.
2. In the IDLE shell that pops up, write a line of
Python code and press enter.
3. Pretend you made a spelling mistake in step two. So
you press up and try to fix it but you can't because
the cursor is moved and the IDLE shell doesn't work at
all like the normal CPython shell. In fact, there is no
easy way at all to get back to the last line of input
for correcting spelling mistakes.
I think there should be one. Maybe ALT+Up could do what
Up does in the CPython shell?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1302267&group_id=5470
More information about the Python-bugs-list
mailing list