[Python-checkins] cpython (2.7): whitespace fix

gregory.p.smith python-checkins at python.org
Sun Nov 11 11:02:13 CET 2012


http://hg.python.org/cpython/rev/2ca307556a7a
changeset:   80383:2ca307556a7a
branch:      2.7
user:        Gregory P. Smith <greg at krypto.org>
date:        Sun Nov 11 02:01:56 2012 -0800
summary:
  whitespace fix

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


diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -787,7 +787,7 @@
                 try:
                     for fd in devzero_fds:
                         self.assertNotIn(fd, (p2cwrite, c2pread, errread))
-                                         
+
                 finally:
                     map(os.close, devzero_fds)
 

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


More information about the Python-checkins mailing list