On Sat, Aug 30, 2008 at 2:20 PM, Fredrik Lundh <fredrik@python ware.comwrote:
Thanks Fredrik; I understand that is the underlying message of your article.
I'm just confused because PEP8 seems to suggest that the from module
import Class style is acceptable; is there a big "if you know what are
doing" before, which I'm unable to see?
Regards
Marco
--
Marco Bizzarri
>
importing objects instead of the module (namespace) they live in can cause
all sorts of aliasing and dependency issues. avoid unless you know exactly
what you're doing.
>
</F>
>
importing objects instead of the module (namespace) they live in can cause
all sorts of aliasing and dependency issues. avoid unless you know exactly
what you're doing.
>
</F>
>
I'm just confused because PEP8 seems to suggest that the from module
import Class style is acceptable; is there a big "if you know what are
doing" before, which I'm unable to see?
Regards
Marco
--
Marco Bizzarri
Comment