[Python-Dev] some minor questions about pep8
Lewis Coates
lewisc at pdx.edu
Sat Mar 21 02:30:06 CET 2015
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>
More information about the Python-Dev
mailing list