[docs] [issue27187] Relax __all__ location requirement in PEP 8
Ian Lee
report at bugs.python.org
Thu Jun 2 20:20:07 EDT 2016
Ian Lee added the comment:
I think that it should be updated to specify that all dunders ('__all__', '__version__', '__author__', etc) should be placed after the module docstring and before any imports. See issue-27187-patch1.txt for a possible update.
----------
Added file: http://bugs.python.org/file43132/issue-27187-patch1.txt
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27187>
_______________________________________
More information about the docs
mailing list