Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Raymond Hettinger
-1: dislike > On May 2, 2018, at 2:49 AM, Victor Stinner wrote: > > The poll is on the *current* PEP. I propose 4 choices: > > * +1: you like the PEP > * -1: you dislike the PEP > * 0: you are not sure if you like it or not, or you have no opinon > * don't reply to this

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Robert Collins
I'd very much like the feature, but not sure that the proposed change is a good fit today. -Rob On 2 May 2018 at 22:13, Victor Stinner wrote: > 2018-05-02 11:56 GMT+02:00 Paul Moore : >> On 2 May 2018 at 10:49, Victor Stinner

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Steve Dower
On 02May2018 0249, Victor Stinner wrote: * +1: you like the PEP * -1: you dislike the PEP I love the PEP, it's one of the better ones for sure. :) I just don't like the proposed change. -1 Cheers, Steve ___ python-committers mailing list

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Terry Reedy
On 5/2/2018 5:49 AM, Victor Stinner wrote: You asked two different questions, hence two answers. 1. The title asks "Do I like the PEP 572 Assignment Expressions"? Yes, at least +.5, and if forced, I might well round up to 1. The poll is on the *current* PEP. I propose 4 choices: 2. However,

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Serhiy Storchaka
02.05.18 23:27, Serhiy Storchaka пише: I will not use it if it's accepted, and likely will not make reviews of patches that use it. I meant that this feature looks so bad to me, that it will be painful to me even to read a Python code that uses it.

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Serhiy Storchaka
02.05.18 12:49, Victor Stinner пише: The poll is on the *current* PEP. I propose 4 choices: * +1: you like the PEP * -1: you dislike the PEP * 0: you are not sure if you like it or not, or you have no opinon * don't reply to this poll :-) Just reply to this email with "+1", "0", "-1". Please

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Julien Palard via python-committers
-1 ​--  Julien Palard https://mdk.fr​ ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Stefan Richthofer
-1 -Stefan > > On May 2, 2018, at 2:49 AM, Victor Stinner wrote: > > > > Hi, > > > > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > > Expressions", restricted to Python core developers, to prepare the > > talk at the Language Summit: > > > >

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Łukasz Langa
-1 -- Best regards, Łukasz Langa > On May 2, 2018, at 2:49 AM, Victor Stinner wrote: > > Hi, > > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > Expressions", restricted to Python core developers, to prepare the > talk at the Language Summit: > >

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Alexander Belopolsky
-1 On Wed, May 2, 2018 at 5:49 AM, Victor Stinner wrote: > Hi, > > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > Expressions", restricted to Python core developers, to prepare the > talk at the Language Summit: > >

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Jason R. Coombs
+1 On 2 May, 2018, at 10:49, Victor Stinner > wrote: * +1: you like the PEP * -1: you dislike the PEP * 0: you are not sure if you like it or not, or you have no opinon * don't reply to this poll :-)

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Tim Peters
> * +1: you like the PEP > * -1: you dislike the PEP > * 0: you are not sure if you like it or not, or you have no opinon > * don't reply to this poll :-) +1 ___ python-committers mailing list python-committers@python.org

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Stefan Krah
+0.5 Stefan Krah ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Yury Selivanov
-1 On Wed, May 2, 2018 at 10:02 AM Eric Snow wrote: > On Wed, May 2, 2018 at 3:49 AM, Victor Stinner wrote: > > The poll is on the *current* PEP. I propose 4 choices: > > > > * +1: you like the PEP > > * -1: you dislike the PEP > > * 0: you are

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Eric Snow
On Wed, May 2, 2018 at 3:49 AM, Victor Stinner wrote: > The poll is on the *current* PEP. I propose 4 choices: > > * +1: you like the PEP > * -1: you dislike the PEP > * 0: you are not sure if you like it or not, or you have no opinon > * don't reply to this poll :-) > > Just

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Paul Moore
FWIW, -1 from me. At least with the PEP as it stands. Paul ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Nick Coghlan
On 2 May 2018 at 19:49, Victor Stinner wrote: > Hi, > > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > Expressions", restricted to Python core developers, to prepare the > talk at the Language Summit: > >https://www.python.org/dev/peps/pep-0572/ >

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread M.-A. Lemburg
-1 in the current form, since an expression such as [y := f(x), x/y] ... is confusing (I'd read this as [y := (f(x), x/y)] Using explicit parens around it would resolve this issue: [(y := f(x)), x/y] ... but even with that, I'm not excited about the additional line noise this adds -

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Victor Stinner
2018-05-02 11:49 GMT+02:00 Victor Stinner : > Just reply to this email with "+1", "0", "-1". Please don't elaborate > here, it's just a quick poll, use python-dev if you want to talk :-) FYI if you want don't to spam python-committers list, you may reply to me in private. I

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Berker Peksağ
On Wed, May 2, 2018 at 12:49 PM, Victor Stinner wrote: > Hi, > > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > Expressions", restricted to Python core developers, to prepare the > talk at the Language Summit: > >

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Victor Stinner
2018-05-02 11:56 GMT+02:00 Paul Moore : > On 2 May 2018 at 10:49, Victor Stinner wrote: >> I would like to start a poll on Chris Angelico's PEP 572 "Assignment >> Expressions", restricted to Python core developers, to prepare the >> talk at the Language

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Paul Moore
On 2 May 2018 at 10:49, Victor Stinner wrote: > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > Expressions", restricted to Python core developers, to prepare the > talk at the Language Summit: Do we really need this spilling over into yet another

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Antoine Pitrou
-1: dislike Regards Antoine. Le 02/05/2018 à 11:49, Victor Stinner a écrit : > Hi, > > I would like to start a poll on Chris Angelico's PEP 572 "Assignment > Expressions", restricted to Python core developers, to prepare the > talk at the Language Summit: > >

Re: [python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Victor Stinner
-1: dislike ( my rationale: https://mail.python.org/pipermail/python-dev/2018-April/152991.html ) Victor ___ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct:

[python-committers] Poll: Do you like the PEP 572 Assignment Expressions?

2018-05-02 Thread Victor Stinner
Hi, I would like to start a poll on Chris Angelico's PEP 572 "Assignment Expressions", restricted to Python core developers, to prepare the talk at the Language Summit: https://www.python.org/dev/peps/pep-0572/ The poll is on the *current* PEP. I propose 4 choices: * +1: you like the PEP *