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

gh-111201: Allow pasted code to contain multiple statements in the REPL #118712

Merged
merged 8 commits into from
May 7, 2024

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented May 7, 2024

@bedevere-app bedevere-app bot mentioned this pull request May 7, 2024
7 tasks
@ambv ambv added the skip news label May 7, 2024
Lib/test/test_pyrepl.py Outdated Show resolved Hide resolved
@ambv ambv enabled auto-merge (squash) May 7, 2024 14:20
@@ -986,5 +1002,5 @@ def test_up_arrow_after_ctrl_r(self):
self.assert_screen_equals(reader, "")


if __name__ == "__main__":
if __name__ == '__main__':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WHAT IS THIS

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The resistance won't be defeated

@ambv ambv merged commit a94ac56 into python:main May 7, 2024
39 checks passed
SonicField pushed a commit to SonicField/cpython that referenced this pull request May 8, 2024
…the REPL (python#118712)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
@ambv ambv added the topic-repl Related to the interactive shell label May 23, 2024
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.

3 participants