This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Edwin Pratt
Recipients Edwin Pratt, terry.reedy
Date 2019-08-14.03:37:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565753835.82.0.953640803878.issue37847@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-08-14 03:37:15Edwin Prattsetrecipients: + Edwin Pratt, terry.reedy
2019-08-14 03:37:15Edwin Prattsetmessageid: <1565753835.82.0.953640803878.issue37847@roundup.psfhosted.org>
2019-08-14 03:37:15Edwin Prattlinkissue37847 messages
2019-08-14 03:37:15Edwin Prattcreate