[Windows] Python 3.13 New REPL prompt swallows characters with print(..., end=" ") #128067
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
OS-windows
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
I encountered the following unexpected behavior when working with the new REPL on Windows 10's
cmd
just now:Actual Behavior
end
-parameter, the resulting line is missing 4 characters.>>>
appear to write over the line, as the cursor blinks on the first visible position (indicator sits under the number 4)Expected Behavior
Note:
This works as expected:
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: