Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using *arg syntax for lists #623

Closed
wants to merge 3 commits into from
Closed

Conversation

elibixby
Copy link

Much easier usage for fixed length/small lists, much more pythonic for list comprehension etc.

@googlebot
Copy link

Thanks for your pull request.

It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/.

If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits.

Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Feb 12, 2015
@elibixby
Copy link
Author

Silly googlebot. I'm an employee.

@elibixby elibixby added the cla: yes This human has signed the Contributor License Agreement. label Feb 12, 2015
@elibixby
Copy link
Author

fixing tests.

@googlebot
Copy link

CLAs look good, thanks!

@googlebot googlebot removed the cla: no This human has *not* signed the Contributor License Agreement. label Feb 12, 2015
@elibixby
Copy link
Author

Ugg it appears this is only supported in python 3. It is much nicer syntax however probably not worth accepting arbitrary kwargs via **kwargs and parsing them for python 2.7/6 compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants