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 Kshitiz17
Recipients Kshitiz17
Date 2021-06-01.05:08:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622524127.91.0.692072896945.issue44276@roundup.psfhosted.org>
In-reply-to
Content
Replace if-elif-else with match-case for pattern matching, which is generally faster and more intuitive.
History
Date User Action Args
2021-06-01 05:08:47Kshitiz17setrecipients: + Kshitiz17
2021-06-01 05:08:47Kshitiz17setmessageid: <1622524127.91.0.692072896945.issue44276@roundup.psfhosted.org>
2021-06-01 05:08:47Kshitiz17linkissue44276 messages
2021-06-01 05:08:47Kshitiz17create