Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Use SyntaxError invalid range in tutorial introduction example#93031
Merged
miss-islington merged 2 commits intopython:mainfromSep 30, 2022
Merged
Conversation
ghost commentedMay 20, 2022 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
bedevere-bot commentedMay 20, 2022
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
Use output from a 3.10+ REPL, showing invalid range, for theSyntaxError examples in the tutorial introduction page.
24a9fd9 toeb2322dCompareDanielNoord approved these changesJul 7, 2022
Contributor
DanielNoord left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Not sure if this needs a news entry, seems like it is a minor documentation change.
Otherwise LGTM 👍
iritkatriel approved these changesSep 30, 2022
Contributor
miss-islington commentedSep 30, 2022
Status check is done, and it's a success ✅. |
Contributor
miss-islington commentedSep 30, 2022
Thanks@ehebert for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
bedevere-bot commentedSep 30, 2022
GH-97666 is a backport of this pull request to the3.11 branch. |
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestSep 30, 2022
…nGH-93031)Use output from a 3.10+ REPL, showing invalid range, for theSyntaxError examples in the tutorial introduction page.Automerge-Triggered-By: GH:iritkatriel(cherry picked from commit86a3be2)Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>
bedevere-bot commentedSep 30, 2022
GH-97667 is a backport of this pull request to the3.10 branch. |
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestSep 30, 2022
…nGH-93031)Use output from a 3.10+ REPL, showing invalid range, for theSyntaxError examples in the tutorial introduction page.Automerge-Triggered-By: GH:iritkatriel(cherry picked from commit86a3be2)Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>
serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull requestOct 2, 2022
…nGH-93031)Use output from a 3.10+ REPL, showing invalid range, for theSyntaxError examples in the tutorial introduction page.Automerge-Triggered-By: GH:iritkatriel
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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
3.10only security fixes 3.11only security fixes 3.12only security fixes docsDocumentation in the Doc dir skip issue
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Use output from a 3.10+ REPL, showing invalid range, for the
SyntaxError examples in the tutorial introduction page.
Automerge-Triggered-By: GH:iritkatriel