Message149603
| Author | pitrou |
|---|---|
| Recipients | Trundle, belopolsky, brett.cannon, brian.curtin, cool-RR, eric.araujo, eric.snow, giampaolo.rodola, gruszczy, loewis, ncoghlan, nedbat, pitrou, r.david.murray, techtonik, vstinner |
| Date | 2011-12-16.09:11:26 |
| SpamBayes Score | 6.400338e-09 |
| Marked as misclassified | No |
| Message-id | <1324026687.33.0.382322577866.issue1559549@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
"fullname" is technically wrong: >>> import logging.bar Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'bar' "module_name" sounds fine and explicit enough to me. Also, as Eric points out, there are many places where an ImportError is raised. You might want to create a private helper API. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-16 09:11:27 | pitrou | set | recipients: + pitrou, loewis, brett.cannon, ncoghlan, belopolsky, vstinner, techtonik, giampaolo.rodola, nedbat, eric.araujo, r.david.murray, Trundle, brian.curtin, gruszczy, cool-RR, eric.snow |
| 2011-12-16 09:11:27 | pitrou | set | messageid: <1324026687.33.0.382322577866.issue1559549@psf.upfronthosting.co.za> |
| 2011-12-16 09:11:26 | pitrou | link | issue1559549 messages |
| 2011-12-16 09:11:26 | pitrou | create | |