]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10639: spec_newline wasn't defined globally unless main() was called; now...
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 29 Jul 2011 13:31:56 +0000 (09:31 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Fri, 29 Jul 2011 13:31:56 +0000 (09:31 -0400)
commit47891044c9422adce3658182d0acd608d9d3c3d6
treefe833a809f5ad2d333ff641fc57c2af0c8bcb066
parent76eec3db2173079ce103fbd3ac53892ddec8b963
Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution
Tools/scripts/reindent.py