-
Notifications
You must be signed in to change notification settings - Fork 33
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
Get this into Python #22
Comments
@encukou do you think any further action is required here? My understanding is that |
Note that
But any issues would be better handled in CPython rather than this repo. |
|
Yep, I intend to maintain this behavior with the new Python version support. |
Then, from my point of view (the suggester), this issue stands. It would be great to have this in stdlib. The issue is that curating the list of submodules by hand is too fragile, and scraping our own docs doesn't sound right. Up to you if you want to keep the issue open -- it would need some design effort and discussion. I'd be happy to help but can't drive it. |
Sounds good! This isn't a priority for me immediately, but I'll reopen to keep it alive. |
There's a (rather inactive right now) PEP that would need to get a list like this into Python itself: PEP 534
Do you want to help incorporate a list of modules into Python 3.9+? This would mean either building it automatically, or at least automatically checking if it is still valid (on all platforms)?
cc @torsava
The text was updated successfully, but these errors were encountered: