[Python-checkins] cpython (3.2): normalize whitespace.

gregory.p.smith python-checkins at python.org
Thu May 12 07:20:58 CEST 2011


http://hg.python.org/cpython/rev/654d473f2951
changeset:   70050:654d473f2951
branch:      3.2
user:        Gregory P. Smith <greg at krypto.org>
date:        Wed May 11 22:20:11 2011 -0700
summary:
  normalize whitespace.

files:
  Lib/subprocess.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/subprocess.py b/Lib/subprocess.py
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -419,7 +419,7 @@
                              STD_INPUT_HANDLE, STD_OUTPUT_HANDLE,
                              STD_ERROR_HANDLE, SW_HIDE,
                              STARTF_USESTDHANDLES, STARTF_USESHOWWINDOW)
-                
+
     __all__.extend(["CREATE_NEW_CONSOLE", "CREATE_NEW_PROCESS_GROUP",
                     "STD_INPUT_HANDLE", "STD_OUTPUT_HANDLE",
                     "STD_ERROR_HANDLE", "SW_HIDE",

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list