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

2018-05-03 Thread Kushal Das
On Wed, 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: > >https://www.python.org/dev/peps/pep-0572/ > > The poll is

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

2018-05-03 Thread Carol Willing
-1 as currently proposed, +0 on Tim’s more bounded approach from the mailing list On Fri, May 4, 2018 at 4:38 AM Nathaniel Smith wrote: > -1, I think, though I'm frustrated that in the parts of the list > discussion I had energy to read, its proponents seemed to be saying > that the most compell

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

2018-05-03 Thread Nathaniel Smith
-1, I think, though I'm frustrated that in the parts of the list discussion I had energy to read, its proponents seemed to be saying that the most compelling examples aren't actually in the PEP (and I don't know what they are). On Wed, May 2, 2018 at 2:49 AM, Victor Stinner wrote: > Hi, > > I wou

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

2018-05-03 Thread Mark Dickinson
On Wed, May 2, 2018 at 10:49 AM, 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 :-) > -1 ___ python-committers mailing list py

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

2018-05-03 Thread Gregory P. Smith
On Wed, 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: > >https://www.python.org/dev/peps/pep-0572/ > > The poll is

[python-committers] [RELEASE] Python 3.7.0b4, final 3.7 beta, now available for testing

2018-05-03 Thread Ned Deily
Python 3.7.0b4 is the final beta preview of Python 3.7, the next feature release of Python. Beta releases are intended to give you the opportunity to test new features and bug fixes and to prepare your projects to support the new feature release. We strongly encourage you to test your projects with

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

2018-05-03 Thread Christian Heimes
On 2018-05-02 11: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/ > > The poll is on the *c