In article <mailman.2591.1237922208.11746.python-l...@python.org>,
Gabriel Genellina <gagsl-...@yahoo.com.ar> wrote:
>
>I'd recommend the oposite - use relative (intra-package) imports when  
>possible. Explicit is better than implicit - and starting with 2.7 -when  
>"absolute" import semantics will be enabled by default- you'll *have* to  
>use relative imports inside a package, or fail.

Really?  I thought you would still be able to use absolute imports; you
just won't be able to use implied relative imports instead of explicit
relative imports.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it."  --Brian W. Kernighan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to