[Python-ideas] Re: Compound with .. else statement

2020-09-09 Thread axelheider
Hi, I was just about to make exactly the suggestion. Seem like a nice idea to have this, because it simplifies error handling a lot. Axel ___ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@pytho

[Python-ideas] Re: 'Infinity' constant in Python

2020-09-09 Thread Cade Brown
All, For reference, my PEP repo: https://github.com/CadeBrown/peps Guido, Thanks for helping out. And yes I'd be interested in writing a PEP. I'm forking the repository (as mentioned above in my message). Where should discussion specific to the PEP take place? Should we move to 1-on-1 email con

[Python-ideas] Re: 'Infinity' constant in Python

2020-09-09 Thread Guido van Rossum
The discussion on this list is plenty. Just write the PEP! On Wed, Sep 9, 2020 at 12:07 PM Cade Brown wrote: > All, > > For reference, my PEP repo: https://github.com/CadeBrown/peps > > > Guido, > > Thanks for helping out. And yes I'd be interested in writing a PEP. I'm > forking the repository

[Python-ideas] Re: 'Infinity' constant in Python

2020-09-09 Thread Christopher Barker
On Wed, Sep 9, 2020 at 12:36 PM Guido van Rossum wrote: > The discussion on this list is plenty. Just write the PEP! > Indeed. I'm happy to help with the writing, and if anyone else watching this thread would like to help out, let us know. Otherwise, the next step is a draft PEP. Cade, I'm hap