-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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-43199: Briefly explain why no goto #24852
Conversation
Answer "Why is there no goto?" in the Design and History FAQ.
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.
Thanks for taking the time to do this. I feel that this answers the Why is there no goto?
question more directly.
Doc/faq/design.rst
Outdated
and 'or' and 'and' expressions) and loop (while and for statements | ||
with continue and break statements). |
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.
Since we're already marking out or
and and
, might as well do so for the rest to make the sentence clearer.
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). |
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
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. |
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. |
@Fidget-Spinner Thanks for the helpful review. |
bpo-43199: Briefly explain why no goto (pythonGH-24852)
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]>
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]>
Answer "Why is there no goto?" in the Design and History FAQ.
https://bugs.python.org/issue43199