Message349638
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. |
|
| Date |
User |
Action |
Args |
| 2019-08-14 03:37:15 | Edwin Pratt | set | recipients:
+ Edwin Pratt, terry.reedy |
| 2019-08-14 03:37:15 | Edwin Pratt | set | messageid: <[email protected]> |
| 2019-08-14 03:37:15 | Edwin Pratt | link | issue37847 messages |
| 2019-08-14 03:37:15 | Edwin Pratt | create | |
|