Skip to content

Avoid mutating built-in keywords. #10

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

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

rwjblue
Copy link
Owner

@rwjblue rwjblue commented Sep 4, 2019

Some of these keywords trigger an error when an extra named argument is
added (e.g. yield errors for any named arguments other than to).

Closes #9.

Some of these keywords trigger an error when an extra named argument is
added (e.g. `yield` errors for any named arguments other than `to`).
@rwjblue rwjblue added the bug Something isn't working label Sep 4, 2019
@rwjblue rwjblue merged commit 98ac7a3 into master Sep 4, 2019
@rwjblue rwjblue deleted the avoid-mutating-special-keywords branch September 4, 2019 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid mutating builtin keywords
1 participant