Message149603
"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. |
|
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 | |
|