[issue46059] Typo in match Statement example

2021-12-14 Thread Vivek Vashist
Vivek Vashist added the comment: Thanks for sorting this out Alex :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue46059] Typo in match Statement example

2021-12-14 Thread Alex Waygood
Alex Waygood added the comment: Thanks for the bug report, Vivek! It should be fixed now -- it might take a day or two for the online docs to update. -- ___ Python tracker

[issue46059] Typo in match Statement example

2021-12-14 Thread Ken Jin
Change by Ken Jin : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46059] Typo in match Statement example

2021-12-14 Thread miss-islington
miss-islington added the comment: New changeset 503803d8c19be91becc09ca59f3febcbc324d6d2 by Miss Islington (bot) in branch '3.10': bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) https://github.com/python/cpython/commit/503803d8c19be91becc09ca59f3febcbc324d6d2

[issue46059] Typo in match Statement example

2021-12-14 Thread Ken Jin
Ken Jin added the comment: New changeset 1cbb88736c32ac30fd530371adf53fe7554be0a5 by Alex Waygood in branch 'main': bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) https://github.com/python/cpython/commit/1cbb88736c32ac30fd530371adf53fe7554be0a5 --

[issue46059] Typo in match Statement example

2021-12-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +28323 pull_request: https://github.com/python/cpython/pull/30101 ___ Python tracker

[issue46059] Typo in match Statement example

2021-12-13 Thread Alex Waygood
Change by Alex Waygood : -- type: -> behavior versions: +Python 3.11 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue46059] Typo in match Statement example

2021-12-13 Thread Alex Waygood
Change by Alex Waygood : -- keywords: +patch nosy: +AlexWaygood nosy_count: 2.0 -> 3.0 pull_requests: +28300 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30079 ___ Python tracker

[issue46059] Typo in match Statement example

2021-12-12 Thread Vivek Vashist
New submission from Vivek Vashist : Possible Typo in match statement example. https://docs.python.org/3/tutorial/controlflow.html#match-statements BROKEN: > python Python 3.10.0b4 (default, Nov 15 2021, 18:26:05) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin Type "help", "copyright",