◐ Shell
clean mode source ↗

Message 146571 - Python tracker

This is technically backward incompatible, so if we define an __all__ with most of these names, we are officially making them public, if we leave them out, from urllib.request import * will break for someone.
You could argue that import * is discouraged though.