-
Notifications
You must be signed in to change notification settings - Fork 291
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
"from collections import ChainMap" fails after "install_aliases()" #226
Labels
Comments
edschofield
added a commit
that referenced
this issue
Dec 13, 2016
edschofield
added a commit
that referenced
this issue
Dec 13, 2016
Thanks for reporting this, Wil. I have added a patch to the |
I experienced the same issue, on v0.16.0, but the one, on the branch |
This hasn't been fixed and released? Your docs still say ChainMap is available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the last example in the "Aliased Imports" section in standard_library_imports.rst and for 0.15.2, this should work:
The text was updated successfully, but these errors were encountered: