diff -r ddf3758db956 pep-0008.txt --- a/pep-0008.txt Tue Jun 07 20:16:56 2016 -0700 +++ b/pep-0008.txt Tue Jun 07 20:42:47 2016 -0700 @@ -417,8 +417,9 @@ ---------------- All relevant dunder variables (e.g. ``__all__``, ``__author__``, -``__version__``, etc) should be placed after the module docstring and -before any imports, separated by a blank line above and below. +``__version__``, etc) should be placed after the module docstring and any +``from __future__`` imports and before any other imports, separated by a +blank line above and below. String Quotes