import syntax

Joel Goldstick joel.goldstick at gmail.com
Mon Jul 29 16:05:34 EDT 2013


On Mon, Jul 29, 2013 at 3:48 PM, Devyn Collier Johnson
<devyncjohnson at gmail.com> wrote:
> The PEP8 recommends importing like this:
>
> import os
> import re
>
> not like this:
>
> import os, re
>
> Why is that? Is there a performance advantage to one of the styles?
>
>
> Mahalo,
>
> Devyn Collier Johnson
> DevynCJohnson at Gmail.com
> --
> http://mail.python.org/mailman/listinfo/python-list

I think its just for clarity

-- 
Joel Goldstick
http://joelgoldstick.com



More information about the Python-list mailing list