| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
I can't seem to get this to work the way you expect?
>>> B = {'key': 'value'}
>>> c = ([], **B)
File "<stdin>", line 1
c = ([], **B)
^
SyntaxError: invalid syntax
Sorry, something went wrong.
|
@daspecster the ** only works when passed to a callable (the setup() function, in this case). |
Sorry, something went wrong.
|
Any issues with this PR? @daspecster If it didn't work, then Travis wouldn't be green 😉 |
Sorry, something went wrong.
|
@tseaver, oh right, deep down inside I knew that. @dhermes yeah I realized that. I wasn't sure exactly how tox used setup.py or if it cared. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
NOTE: Has #2392 as diffbase.