Message355903
This has always bothered me, and it shouldn't be necessary.
This session:
>>> #foo
...
>>>
should really have been
>>> #foo
>>>
It's confusing that the REPL prompt switches to "..." here, for no good reason. It should just treat the line as empty.
Ditto if you enter a space (there's an invisible space after the first prompt):
>>>
...
>>> |
|
Date |
User |
Action |
Args |
2019-11-03 16:15:35 | gvanrossum | set | recipients:
+ gvanrossum |
2019-11-03 16:15:35 | gvanrossum | set | messageid: <1572797735.67.0.327959954505.issue38673@roundup.psfhosted.org> |
2019-11-03 16:15:35 | gvanrossum | link | issue38673 messages |
2019-11-03 16:15:35 | gvanrossum | create | |
|