Re: [Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-14 Thread Nick Coghlan
On 13 July 2018 at 23:36, Random832 wrote: > On Wed, Jul 11, 2018, at 20:10, Guido van Rossum wrote: >> As anticippated, after a final round of feedback I am hereby accepting PEP >> 572, Assignment Expressions: https://www.python.org/dev/peps/pep-0572/ > > I know everyone else is probably sick of

Re: [Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-13 Thread Guido van Rossum
Also nobody had a use case. On Fri, Jul 13, 2018 at 6:57 AM Chris Angelico wrote: > On Fri, Jul 13, 2018 at 11:36 PM, Random832 > wrote: > > On Wed, Jul 11, 2018, at 20:10, Guido van Rossum wrote: > >> As anticippated, after a final round of feedback I am hereby accepting > PEP > >> 572, Assign

Re: [Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-13 Thread Chris Angelico
On Fri, Jul 13, 2018 at 11:36 PM, Random832 wrote: > On Wed, Jul 11, 2018, at 20:10, Guido van Rossum wrote: >> As anticippated, after a final round of feedback I am hereby accepting PEP >> 572, Assignment Expressions: https://www.python.org/dev/peps/pep-0572/ > > I know everyone else is probably

Re: [Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-13 Thread Random832
On Wed, Jul 11, 2018, at 20:10, Guido van Rossum wrote: > As anticippated, after a final round of feedback I am hereby accepting PEP > 572, Assignment Expressions: https://www.python.org/dev/peps/pep-0572/ I know everyone else is probably sick of discussing this (I somehow completely missed the d

Re: [Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-12 Thread ZHUO QL (KDr2) via Python-Dev
Hooray! I could be a happy python oneliner now! Greetings. ZHUO QL (KDr2, http://kdr2.com) On Thursday, July 12, 2018, 8:12:54 AM GMT+8, Guido van Rossum wrote: As anticippated, after a final round of feedback I am hereby accepting PEP 572, Assignment Expressions: https://www.py

Re: [Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-12 Thread Chris Jerdonek
(status := "Accepted") and "Congratulations!" ;-) (hope I did that right, but I can't try it yet!) Thanks for hanging in there, Guido, and for your patience with everyone during the discussions. I'm glad you're still with us! --Chris On Wed, Jul 11, 2018 at 5:10 PM, Guido van Rossum wrote: >

[Python-Dev] Accepting PEP 572, Assignment Expressions

2018-07-11 Thread Guido van Rossum
As anticippated, after a final round of feedback I am hereby accepting PEP 572, Assignment Expressions: https://www.python.org/dev/peps/pep-0572/ Thanks to everyone who participated in the discussion or sent a PR. Below is a list of changes since the last post (https://mail.python.org/ pipermail/