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

assignment to locals() #68

Open
dchudz opened this issue May 31, 2016 · 1 comment
Open

assignment to locals() #68

dchudz opened this issue May 31, 2016 · 1 comment

Comments

@dchudz
Copy link

dchudz commented May 31, 2016

Didn't expect this to work, but might want to add it to the list of features not supported:

locals()['y'] = 1
print y

Cool project!

@csvoss
Copy link
Owner

csvoss commented Jun 1, 2016

Ah, yup – locals() is not currently supported, but we don't mention that anywhere. Adding this to the various documentations is a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants