[Python-checkins] cpython (2.7): whitespace fix
brian.curtin
python-checkins at python.org
Fri Apr 29 23:29:26 CEST 2011
http://hg.python.org/cpython/rev/d5936bfa28d3
changeset: 69694:d5936bfa28d3
branch: 2.7
parent: 69692:768d58f7357c
user: Brian Curtin <brian at python.org>
date: Fri Apr 29 16:28:52 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
@@ -445,7 +445,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