From: Tim Peters Date: Wed, 2 Aug 2006 03:27:46 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edcba69f34ffa09e7e1cc911ee36cbd3fbc14ec;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 1e18eca46552..8c8ac405f8c0 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -497,7 +497,7 @@ class ProcessTestCase(unittest.TestCase): resource.setrlimit(resource.RLIMIT_CORE, old_limit) except (ImportError, ValueError, resource.error): return - + def test_run_abort(self): # returncode handles signal termination old_limit = self._suppress_core_files()