[Python-Dev] Any grammar experts?

Ethan Furman ethan at stoneleaf.us
Mon Jan 26 21:22:20 CET 2015


On 01/26/2015 12:09 PM, Antoine Pitrou wrote:
> On Mon, 26 Jan 2015 12:06:26 -0800
> Ethan Furman <ethan at stoneleaf.us> wrote:
>> It destroy's the chaining value and pretty much makes the improvement not an improvement.  If there's a possibility that
>> the same key could be in more than one of the dictionaries then you still have to do the
>>
>>   dict.update(another_dict)
> 
> So what? Is the situation where chaining is desirable common enough?

Common enough to not break it, yes.

> Not every new feature warrants a syntax addition - especially when it
> raises eyebrows as here, and ends up being as obscure as Perl code.

Not sure what you mean here -- the new feature is a syntax addition (or more appropriately a generalization of existing
syntax).

--
~Ethan~

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150126/7f0e618f/attachment.sig>


More information about the Python-Dev mailing list