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

bpo-37824: Properly handle user input warnings in IDLE shell. #15500

Merged
merged 1 commit into from
Aug 26, 2019

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Aug 26, 2019

Cease turning SyntaxWarnings into SyntaxErrors.

https://bugs.python.org/issue37824

Cease turning SyntaxWarnings into SyntaxErrors.
@terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error needs backport to 3.7 labels Aug 26, 2019
@terryjreedy terryjreedy self-assigned this Aug 26, 2019
@terryjreedy terryjreedy merged commit 1039f39 into python:master Aug 26, 2019
@terryjreedy terryjreedy deleted the synwarn branch August 26, 2019 06:27
@miss-islington
Copy link
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-15504 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 26, 2019
…GH-15500)

Cease turning SyntaxWarnings into SyntaxErrors.
(cherry picked from commit 1039f39)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot
Copy link

GH-15505 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 26, 2019
…GH-15500)

Cease turning SyntaxWarnings into SyntaxErrors.
(cherry picked from commit 1039f39)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Aug 26, 2019
Cease turning SyntaxWarnings into SyntaxErrors.
(cherry picked from commit 1039f39)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Aug 26, 2019
Cease turning SyntaxWarnings into SyntaxErrors.
(cherry picked from commit 1039f39)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants