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 amaajemyfren
Recipients amaajemyfren, docs@python
Date 2020-04-29.08:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588148867.59.0.249886730635.issue40434@roundup.psfhosted.org>
In-reply-to
Content
The design and history FAQ (https://docs.python.org/dev/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python) explains why there is no case statement referencing PEP 275(https://www.python.org/dev/peps/pep-0275/).

For Python 3 there is, however, PEP 3103(https://www.python.org/dev/peps/pep-3103/) which rejected the proposal for a switch statement.
History
Date User Action Args
2020-04-29 08:27:47amaajemyfrensetrecipients: + amaajemyfren, docs@python
2020-04-29 08:27:47amaajemyfrensetmessageid: <1588148867.59.0.249886730635.issue40434@roundup.psfhosted.org>
2020-04-29 08:27:47amaajemyfrenlinkissue40434 messages
2020-04-29 08:27:47amaajemyfrencreate