New REPL: Prompt overwrites previous output on line wrap #134643
Labels
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
When output doesn't end with newline and the next prompt appears mid-line, typing input that causes line wrapping makes the prompt overwrite previous output.
Steps to Reproduce
Then type enough characters, the content before the prompt will be overwritten.
Additionally, pasting causes display formatting errors
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: