FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-119434: Fix culmitive errors in wrapping as lines proceed by DinoV · Pull Request #119435 · python/cpython · GitHub

/ cpython Public

gh-119434: Fix culmitive errors in wrapping as lines proceed - #119435

Merged
DinoV merged 1 commit into
python:mainfrom
DinoV:repl_wrap
May 22, 2024
Merged

gh-119434: Fix culmitive errors in wrapping as lines proceed#119435
DinoV merged 1 commit into
python:mainfrom
DinoV:repl_wrap

Conversation

DinoV commented May 22, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

The new REPL has an issue when outputting at the right edge of the console window. It tries to output a "" at the end, and then print the typed character at the beginning of the next line. This works fine on the first line. The 2nd line the "" + char doesn't show up until after you press a 2nd char. And at the 3rd line it takes 3 chars, and so on.

DinoV added the needs backport to 3.13 bugs and security fixes label May 22, 2024
DinoV merged commit e3bf538 into python:main May 22, 2024

Copy link
Copy Markdown

Thanks @DinoV for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 22, 2024
…ythonGH-119435)

Fix culmitive errors in wrapping as lines proceed
(cherry picked from commit e3bf538)

Co-authored-by: Dino Viehland <dinoviehland@gmail.com>

bedevere-app Bot commented May 22, 2024

Copy link
Copy Markdown

GH-119441 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 22, 2024
lysnikolaou pushed a commit that referenced this pull request May 23, 2024
…H-119435) (#119441)

Fix culmitive errors in wrapping as lines proceed
(cherry picked from commit e3bf538)

Co-authored-by: Dino Viehland <dinoviehland@gmail.com>
DinoV deleted the repl_wrap branch May 31, 2024 18:24
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news topic-repl Related to the interactive shell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL