Message146571
| 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:33 | ezio.melotti | set | recipients: + ezio.melotti, orsenthil, flox |
| 2011-10-28 15:23:33 | ezio.melotti | set | messageid: <1319815413.63.0.635843649954.issue13287@psf.upfronthosting.co.za> |
| 2011-10-28 15:23:33 | ezio.melotti | link | issue13287 messages |
| 2011-10-28 15:23:32 | ezio.melotti | create | |