[Python-Dev] some minor questions about pep8
Barry Warsaw
barry at python.org
Sat Mar 21 21:56:30 CET 2015
More information about the Python-Dev mailing list
Sat Mar 21 21:56:30 CET 2015
- Previous message (by thread): [Python-Dev] some minor questions about pep8
- Next message (by thread): [Python-Dev] some minor questions about pep8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mar 20, 2015, at 09:59 PM, Ian Lee wrote: >shebang >docstring >imports >dunder assignments >other code... I generally put imports after dunders, except for __future__. I want the first screenful of code to contain them, and imports can be a few dozen lines in some modules. -Barry
- Previous message (by thread): [Python-Dev] some minor questions about pep8
- Next message (by thread): [Python-Dev] some minor questions about pep8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list