-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Closed as not planned
Copy link
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesOS-windowsinvalidstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shell
Description
Bug report
Bug description:
When pasting multi-line text into the Python terminal(using CMD or PowerShell) in Python 3.13.1, extra spaces are being added at the beginning of each line. This issue is specific to Python 3.13.1 and does not occur in earlier versions (e.g., Python 3.9, checked with a friend).
For example, consider the following text copied and pasted into the REPL:
(take the text from here)
print("""
_ _
| | | |
| |__| | __ _ _ __ __ _ _ __ ___ __ _ _ __
| __ |/ _` | '_ \ / _` | '_ ` _ \ / _` | '_ \
| | | | (_| | | | | (_| | | | | | | (_| | | | |
|_| |_|\__,_|_| |_|\__, |_| |_| |_|\__,_|_| |_|
__/ |
|___/
""")
CPython versions tested on:
3.13
Operating systems tested on:
Windows
cortelf and YuS-2
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesOS-windowsinvalidstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shell
Projects
Status
Done