This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, flox, orsenthil
Date 2011-10-28.15:23:32
SpamBayes Score 0.039665308
Marked as misclassified No
Message-id <1319815413.63.0.635843649954.issue13287@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-28 15:23:33ezio.melottisetrecipients: + ezio.melotti, orsenthil, flox
2011-10-28 15:23:33ezio.melottisetmessageid: <1319815413.63.0.635843649954.issue13287@psf.upfronthosting.co.za>
2011-10-28 15:23:33ezio.melottilinkissue13287 messages
2011-10-28 15:23:32ezio.melotticreate