-
Notifications
You must be signed in to change notification settings - Fork 370
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
Module docstrings don't work with together with Hy core imports #1540
Comments
We can just set the What we really want is our own |
It does... we just have to drop Python 2 😉 See BuiltinImporter (and get #1518 in...) |
Wait, what? Does this really do what we need? Python 2.7 also has a "BuiltinImporter" class, I checked. But it's not clear to me how to use it or what it's good for from those linked docs. |
This closes hylang#1367, closes hylang#1540
This closes hylang#1367 and closes hylang#1540
This closes hylang#1367 and closes hylang#1540
This closes hylang#1367 and closes hylang#1540
This closes hylang#1367 and closes hylang#1540
This closes hylang#1367 and closes hylang#1540
Similarly to #1367, any automatic imports from core will prevent a string literal from being the first statement in a module, and hence from being the module docstring.
The text was updated successfully, but these errors were encountered: