[issue37847] The IDLE does not show previous code suggestions if I tap on the up arrow

Edwin Pratt report at bugs.python.org
Tue Aug 13 23:37:15 EDT 2019


New submission from Edwin Pratt <ttarped228 at gmail.com>:

If I am typing some Python code in the IDLE, for example a function:

def sayHi(name):
    print('Hello ', name)

and I execute the function:

sayHi('Ed')

I can not edit the function or execute a previous line of code again if I tap the up arrow on my keyboard. It seemed to work in the previous versions of Python. In order to execute a previous line of code I have to either copy it, or type it in again.

----------
assignee: terry.reedy
components: IDLE
messages: 349638
nosy: Edwin Pratt, terry.reedy
priority: normal
severity: normal
status: open
title: The IDLE does not show previous code suggestions if I tap on the up arrow
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37847>
_______________________________________


More information about the Python-bugs-list mailing list