Skip to content

Scope from, import, and as the same way in imports. #165

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
Oct 21, 2018
Merged

Scope from, import, and as the same way in imports. #165

merged 1 commit into from
Oct 21, 2018

Conversation

vpetrovykh
Copy link
Member

Use keyword.control.import.python scope for from, import, and as
keywords when they appear as part of an import statement.
Use keyword.control.flow.python scope for from and as if they
appear elsewhere.

Issue: #123.

Use `keyword.control.import.python` scope for `from`, `import`, and `as`
keywords when they appear as part of an import statement.
Use `keyword.control.flow.python` scope for `from` and `as` if they
appear elsewhere.

Issue: #123.
@vpetrovykh vpetrovykh requested review from 1st1 and elprans October 10, 2018 23:00
@1st1 1st1 merged commit 8ff35b3 into master Oct 21, 2018
@1st1 1st1 deleted the import branch October 21, 2018 16:16
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

Successfully merging this pull request may close these issues.

2 participants