[Python-Dev] Re: new syntax

2020-03-02 Thread Chris Angelico
On Tue, Mar 3, 2020 at 8:06 AM Luca Wolf wrote: > > Dear Python Team, > > I have a good idea for a new comand in Python. > > It’s „intput()“ for numbers. So you don’t have to write „int(Input())“. > > It’s much easier to write and it’s faster too. > > You can use the same for „floatput()“, so don’

[Python-Dev] Re: new syntax

2020-03-02 Thread Mariatta
-1 from me. Seems unintuitive and I don't think it's all that obvious what intput/floatput would mean without first reading the docs. It adds maintenance burden while accomplishing little value. You might be able to just create your own third party library though. On Mon, Mar 2, 2020, 1:11 PM

[Python-Dev] Re: new syntax

2020-03-02 Thread Bar Harel
This idea is proposed at least once a year. You're able to read past discussions on python-ideas for the full list of rejection reasons. On Mon, Mar 2, 2020, 11:28 PM Mariatta wrote: > -1 from me. > > Seems unintuitive and I don't think it's all that obvious what > intput/floatput would mean wit