[issue37643] Except clause
Артур Григорьев
report at bugs.python.org
Sun Jul 21 08:07:04 EDT 2019
New submission from Артур Григорьев <agsci2017 at gmail.com>:
Is is possible to add to Python the following syntax (keyword 'except'):
[1, 2, 3, 4, 5] except [2]
>>> [1, 3, 4, 5]
----------
messages: 348238
nosy: Артур Григорьев
priority: normal
severity: normal
status: open
title: Except clause
type: enhancement
versions: Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37643>
_______________________________________
More information about the Python-bugs-list
mailing list