From: Armin Rigo Date: Fri, 7 Dec 2007 19:19:55 +0000 (+0000) Subject: This is probably what was meant here. X-Git-Tag: v2.6a1~908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66d41b2fae1a5efbdc4537bdd8e4583e698a838d;p=thirdparty%2FPython%2Fcpython.git This is probably what was meant here. --- diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 68c2728dca1f..96e659155808 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -299,7 +299,7 @@ class test__mkstemp_inner(TC): # On Windows a spawn* /path/ with embedded spaces shouldn't be quoted, # but an arg with embedded spaces should be decorated with double # quotes on each end - if sys.platform in ('win32'): + if sys.platform in ('win32',): decorated = '"%s"' % sys.executable tester = '"%s"' % tester else: