[issue31331] IDLE: Move prompts with input.

Louie Lu report at bugs.python.org
Mon Sep 4 08:42:49 EDT 2017


Louie Lu added the comment:

Or the output should be:

>>> from threading import Timer
>>> Timer(0.1, lambda: print('hello'), ()).start()
>>>
'hello'
>>>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31331>
_______________________________________


More information about the Python-bugs-list mailing list