Uh oh!
There was an error while loading. Please reload this page.
Use SyntaxError invalid range in tutorial introduction example - #93031
Merged
miss-islington merged 2 commits intoSep 30, 2022
Merged
Conversation
bedevere-bot
commented
May 20, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Use output from a 3.10+ REPL, showing invalid range, for the SyntaxError examples in the tutorial introduction page.
ehebertforce-pushed
the
use-syntax-error-range-in-tutorial-intro
branch
from
May 21, 2022 02:26
24a9fd9 to
eb2322dCompareDanielNoord
approved these changes
Jul 7, 2022
DanielNoord
left a comment
Contributor
There was a problem hiding this comment.
Not sure if this needs a news entry, seems like it is a minor documentation change.
Otherwise LGTM 👍
iritkatriel
approved these changes
Sep 30, 2022
miss-islington
commented
Sep 30, 2022
Contributor
Status check is done, and it's a success ✅. |
miss-islington
commented
Sep 30, 2022
Contributor
Thanks @ehebert for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
bedevere-bot
commented
Sep 30, 2022
GH-97666 is a backport of this pull request to the 3.11 branch. |
miss-islington pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 30, 2022
…nGH-93031) Use output from a 3.10+ REPL, showing invalid range, for the SyntaxError examples in the tutorial introduction page. Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit 86a3be2) Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>
bedevere-bot
commented
Sep 30, 2022
GH-97667 is a backport of this pull request to the 3.10 branch. |
miss-islington pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 30, 2022
…nGH-93031) Use output from a 3.10+ REPL, showing invalid range, for the SyntaxError examples in the tutorial introduction page. Automerge-Triggered-By: GH:iritkatriel (cherry picked from commit 86a3be2) Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>
serhiy-storchaka pushed a commit
to serhiy-storchaka/cpython
that referenced
this pull request
Oct 2, 2022
…nGH-93031) Use output from a 3.10+ REPL, showing invalid range, for the SyntaxError 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
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.
Use output from a 3.10+ REPL, showing invalid range, for the
SyntaxError examples in the tutorial introduction page.
Automerge-Triggered-By: GH:iritkatriel