[New-bugs-announce] [issue44276] Replace if-elif-else structure with match-case (PEP634)

Kshitiz Arya report at bugs.python.org
Tue Jun 1 01:08:47 EDT 2021


New submission from Kshitiz Arya <aryakshitiz17 at gmail.com>:

Replace if-elif-else with match-case for pattern matching, which is generally faster and more intuitive.

----------
components: Library (Lib)
messages: 394839
nosy: Kshitiz17
priority: normal
severity: normal
status: open
title: Replace if-elif-else structure with match-case (PEP634)
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44276>
_______________________________________


More information about the New-bugs-announce mailing list