[python-committers] do we still believe explicit relative imports are bad as PEP 8 claims?

Barry Warsaw barry at python.org
Thu Feb 24 00:13:30 CET 2011


On Feb 18, 2011, at 12:36 PM, Brett Cannon wrote:

>It says they are "highly discouraged" because "absolute imports are
>more portable and usually more readable", but now that people have had
>a chance to use explicit relative imports, do people still believe
>this? I mean if we truly believed this then why did we add the syntax?
>I know I have used it and love it, let alone that I don't buy the
>portability argument.

I agree with others that explicit relative imports should still be
discouraged.  I've run into problems with them where imports break under some
situations.  I don't remember the details, but I think it was when running
unittests or under -m or something.  Yeah, I should file a bug next time I run
into it.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-committers/attachments/20110223/288ab898/attachment.pgp>


More information about the python-committers mailing list