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 [email protected] -- http://mail.python.org/mailman/listinfo/python-list
