|
|
Subscribe / Log in / New account

Re: (no subject)

From:  Serhiy Storchaka <storchaka-AT-gmail.com>
To:  python-dev-AT-python.org
Subject:  Re: (no subject)
Date:  Tue, 10 Feb 2015 10:11:34 +0200
Message-ID:  <mbcefo$1vg$1@ger.gmane.org>
Archive‑link:  Article

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?





to post comments


Copyright © 2015, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds