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 gvanrossum
Recipients gvanrossum
Date 2019-11-03.16:15:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572797735.67.0.327959954505.issue38673@roundup.psfhosted.org>
In-reply-to
Content
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):

>>>  
... 
>>>
History
Date User Action Args
2019-11-03 16:15:35gvanrossumsetrecipients: + gvanrossum
2019-11-03 16:15:35gvanrossumsetmessageid: <1572797735.67.0.327959954505.issue38673@roundup.psfhosted.org>
2019-11-03 16:15:35gvanrossumlinkissue38673 messages
2019-11-03 16:15:35gvanrossumcreate