[Python-checkins] cpython: whitespace fix

brian.curtin python-checkins at python.org
Fri Apr 29 23:29:25 CEST 2011


http://hg.python.org/cpython/rev/4e3ff53b6f59
changeset:   69693:4e3ff53b6f59
parent:      69691:c73875eaa9ac
user:        Brian Curtin <brian at python.org>
date:        Fri Apr 29 16:24:07 2011 -0500
summary:
  whitespace fix

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
@@ -439,7 +439,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