[Python-Dev] switch statement (original) (raw)
Ivan Levkivskyi levkivskyi at gmail.com
Fri Sep 21 17:22:22 EDT 2018
- Previous message (by thread): [Python-Dev] switch statement
- Next message (by thread): [Python-Dev] switch statement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There have been several promising posts to python-ideas about the much more powerful idea of a "match" statement
I actually even started working on a PEP about this (pattern matching), but then decided to postpone it because it is unlikely that anything of this size can be discussed/accepted in current situation. We can return back to the idea when decision-making model will clarify.
-- Ivan
On Fri, 21 Sep 2018 at 22:12, Guido van Rossum <guido at python.org> wrote:
There's already a rejected PEP about a switch statement: https://www.python.org/dev/peps/pep-3103/. There's no point bringing this up again unless you have a new use case.
There have been several promising posts to python-ideas about the much more powerful idea of a "match" statement. Please search for those before re-posting on python-ideas. -- --Guido van Rossum (python.org/~guido)
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/levkivskyi%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180921/9d782be2/attachment.html>
- Previous message (by thread): [Python-Dev] switch statement
- Next message (by thread): [Python-Dev] switch statement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]