Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paste mode in python 3.13 turns on in interactive help mode but doesn't work #125685

Open
evle-zzz opened this issue Oct 18, 2024 · 0 comments
Open
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error

Comments

@evle-zzz
Copy link

evle-zzz commented Oct 18, 2024

Bug report

Bug description:

Run python repl.
Enter "help" to start interactive help.
Prompt changes to "help>"
Press "F3" to enter paste mode. Prompt changes to "(paste)".
Paste something with multiple lines.
All the line ends get removed and an unusable line remains.

The issue is:

  1. Why paste mode works within interactive help at all?
  2. "(paste)" propmpt hides the fact that we are still within interactive help.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

@evle-zzz evle-zzz added the type-bug An unexpected behavior, bug, or error label Oct 18, 2024
@tomasr8 tomasr8 added the topic-repl Related to the interactive shell label Oct 18, 2024
@Eclips4 Eclips4 added 3.13 bugs and security fixes 3.14 new features, bugs and security fixes labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants