[Python-checkins] cpython (merge 3.2 -> default): Merge whitespace fix from 3.2.

r.david.murray python-checkins at python.org
Mon Mar 14 03:50:40 CET 2011


http://hg.python.org/cpython/rev/1cd2082ade48
changeset:   68438:1cd2082ade48
parent:      68434:cdfdc99d21d3
parent:      68437:f65aad1226b7
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Mar 13 22:49:44 2011 -0400
summary:
  Merge whitespace fix from 3.2.

files:
  Lib/test/test_subprocess.py

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
@@ -588,7 +588,7 @@
                                  stdout=subprocess.PIPE,
                                  stderr=subprocess.PIPE)
             # ignore errors that indicate the command was not found
-            if c.exception.errno not in (errno.ENOENT, errno.EACCES): 
+            if c.exception.errno not in (errno.ENOENT, errno.EACCES):
                 raise c.exception
 
     def test_issue8780(self):

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


More information about the Python-checkins mailing list