[Python-Dev] (no subject)

Serhiy Storchaka storchaka at gmail.com
Tue Feb 10 09:11:34 CET 2015


On 10.02.15 04:06, Ethan Furman wrote:
>      return func(*(args + fargs), **{**keywords, **fkeywords})

We don't use [*args, *fargs] for concatenating lists, but args + fargs. 
Why not use "+" or "|" operators for merging dicts?




More information about the Python-Dev mailing list