bpo-43199: Briefly explain why no goto#24852
Merged
Merged
Conversation
Answer "Why is there no goto?" in the Design and History FAQ.
Fidget-Spinner
approved these changes
Mar 14, 2021
Member
Fidget-Spinner
left a comment
There was a problem hiding this comment.
Thanks for taking the time to do this. I feel that this answers the Why is there no goto? question more directly.
Comment on lines
+607
to
+608
| and 'or' and 'and' expressions) and loop (while and for statements | ||
| with continue and break statements). |
Member
There was a problem hiding this comment.
Since we're already marking out or and and, might as well do so for the rest to make the sentence clearer.
Suggested change
| and 'or' and 'and' expressions) and loop (while and for statements | |
| with continue and break statements). | |
| and ``or`` and ``and`` expressions) and loop (``while`` and ``for`` statements | |
| with ``continue`` and ``break`` statements). |
Contributor
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Mar 14, 2021
Answer "Why is there no goto?" in the Design and History FAQ. (cherry picked from commit 5e29021) Co-authored-by: Terry Jan Reedy <[email protected]>
|
GH-24862 is a backport of this pull request to the 3.9 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Mar 14, 2021
Answer "Why is there no goto?" in the Design and History FAQ. (cherry picked from commit 5e29021) Co-authored-by: Terry Jan Reedy <[email protected]>
|
GH-24863 is a backport of this pull request to the 3.8 branch. |
Member
Author
|
@Fidget-Spinner Thanks for the helpful review. |
sthagen
added a commit
to sthagen/python-cpython
that referenced
this pull request
Mar 14, 2021
bpo-43199: Briefly explain why no goto (pythonGH-24852)
miss-islington
added a commit
that referenced
this pull request
Mar 15, 2021
Answer "Why is there no goto?" in the Design and History FAQ. (cherry picked from commit 5e29021) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
added a commit
that referenced
this pull request
Mar 15, 2021
Answer "Why is there no goto?" in the Design and History FAQ. (cherry picked from commit 5e29021) Co-authored-by: Terry Jan Reedy <[email protected]>
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 free
to 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.
Answer "Why is there no goto?" in the Design and History FAQ.
https://bugs.python.org/issue43199