[Python-ideas] PEP 572: Assignment Expressions (post #4)

Chris Angelico rosuav at gmail.com
Wed Apr 11 02:21:46 EDT 2018


On Wed, Apr 11, 2018 at 3:54 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
> On 04/10/2018 10:32 PM, Chris Angelico wrote:
>
>> Migration path
>> ==============
>>
>> The semantic changes to list/set/dict comprehensions, and more so to
>> generator
>> expressions, may potentially require migration of code. In many cases, the
>> changes simply make legal what used to raise an exception, but there are
>> some
>> edge cases that were previously legal and are not, and a few corner cases
>> with
>> altered semantics.
>
>
> s/previously legal and are not/previously legal and now are not/
>

Trivial change, easy fix. Thanks.

ChrisA


More information about the Python-ideas mailing list