-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
topic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
With Python 3.13.0rc2 after the REPL prints the next >>>
prompt is indented. Is this a bug or a feature?
>>> False
False
>>>
>>> print('False')
False
>>>
>>> 1 == 2
False
>>>
>>> 1 == 1
True
>>>
>>>
CPython versions tested on:
3.13
Operating systems tested on:
macOS
Metadata
Metadata
Assignees
Labels
topic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error