diff -r 047d121b118d pep-0008.txt --- a/pep-0008.txt Sat Dec 13 16:02:44 2014 -0500 +++ b/pep-0008.txt Mon Dec 15 20:02:57 2014 -0800 @@ -329,8 +329,8 @@ from subprocess import Popen, PIPE -- Imports are always put at the top of the file, just after any module - comments and docstrings, and before module globals and constants. +- Module level imports are always put at the top of the file, just after any + module comments and docstrings, and before module globals and constants. Imports should be grouped in the following order: