This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients BTaskaya, Daniel Moisset, brandtbucher, gvanrossum, kj, laurenjl, lys.nikolaou, pablogsal, willingc, xtreak
Date 2021-02-27.05:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614404929.9.0.871834708602.issue42128@roundup.psfhosted.org>
In-reply-to
Content
I am not sure if this was mentioned. There are a couple of places where switch/case is mentioned in the docs and it will be good if these places were updated to the tutorial or PEP.

https://docs.python.org/3/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python
https://docs.python.org/3/tutorial/controlflow.html#if-statements (This is a tutorial so linking PEP 634 might be little advanced topic)

Thanks for all the effort into docs.
History
Date User Action Args
2021-02-27 05:48:49xtreaksetrecipients: + xtreak, gvanrossum, willingc, Daniel Moisset, lys.nikolaou, pablogsal, brandtbucher, BTaskaya, kj, laurenjl
2021-02-27 05:48:49xtreaksetmessageid: <1614404929.9.0.871834708602.issue42128@roundup.psfhosted.org>
2021-02-27 05:48:49xtreaklinkissue42128 messages
2021-02-27 05:48:49xtreakcreate