[Python-Dev] some minor questions about pep8
Lewis Coates
lewisc at pdx.edu
Sat Mar 21 02:30:06 CET 2015
More information about the Python-Dev mailing list
Sat Mar 21 02:30:06 CET 2015
- Previous message (by thread): [Python-Dev] pep 7
- Next message (by thread): [Python-Dev] some minor questions about pep8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In pep8 there are two conflicting statements, both https://www.python.org/dev/peps/pep-0008/#version-bookkeeping https://www.python.org/dev/peps/pep-0008/#imports Stipulate that they should be "at the top of the file after any module comments and docstrings." Which of these takes precedence? Secondly, we also have an "__author__", and "__project__" variables, I assume these would be put with the version information as well? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150320/466c84f3/attachment.html>
- Previous message (by thread): [Python-Dev] pep 7
- 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