Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
DinoV merged 1 commit intopython:mainfromDinoV:repl_wrap
May 22, 2024

Conversation

DinoV
Copy link
Contributor

@DinoVDinoV commentedMay 22, 2024
edited by bedevere-appbot
Loading

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.

@DinoVDinoV added the needs backport to 3.13bugs and security fixes labelMay 22, 2024
@DinoVDinoV merged commite3bf538 intopython:mainMay 22, 2024
@miss-islington-app
Copy link

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 requestMay 22, 2024
…ythonGH-119435)Fix culmitive errors in wrapping as lines proceed(cherry picked from commite3bf538)Co-authored-by: Dino Viehland <dinoviehland@gmail.com>
@bedevere-app
Copy link

GH-119441 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 22, 2024
lysnikolaou pushed a commit that referenced this pull requestMay 23, 2024
…H-119435) (#119441)Fix culmitive errors in wrapping as lines proceed(cherry picked from commite3bf538)Co-authored-by: Dino Viehland <dinoviehland@gmail.com>
@DinoVDinoV deleted the repl_wrap branchMay 31, 2024 18:24
estyxx pushed a commit to estyxx/cpython that referenced this pull requestJul 17, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@pablogsalpablogsalpablogsal approved these changes

@ambvambvAwaiting requested review from ambvambv is a code owner

@lysnikolaoulysnikolaouAwaiting requested review from lysnikolaoulysnikolaou is a code owner

Assignees
No one assigned
Labels
skip newstopic-replRelated to the interactive shell
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@DinoV@pablogsal

[8]ページ先頭

©2009-2025 Movatter.jp