This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry
Date 2016-06-02.21:06:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464901602.05.0.802918160149.issue27187@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 8 says:

Put any relevant __all__ specification after the imports.

I don't remember why we wanted __all__ to go after imports.  I think we should relax that since other dunders can go before imports.

See related PYCQA issue: https://github.com/PyCQA/pycodestyle/issues/394
History
Date User Action Args
2016-06-02 21:06:42barrysetrecipients: + barry
2016-06-02 21:06:42barrysetmessageid: <1464901602.05.0.802918160149.issue27187@psf.upfronthosting.co.za>
2016-06-02 21:06:42barrylinkissue27187 messages
2016-06-02 21:06:41barrycreate