Author: Armin Rigo <[email protected]>
Branch:
Changeset: r49398:335d74f2d6e3
Date: 2011-11-14 11:48 +0100
http://bitbucket.org/pypy/pypy/changeset/335d74f2d6e3/
Log: This number of quotes suddenly stopped working on Windows, but with
one level of quotes less it seems to work. I have no clue and I
don't really care enough.
diff --git a/pypy/interpreter/test/test_executioncontext.py
b/pypy/interpreter/test/test_executioncontext.py
--- a/pypy/interpreter/test/test_executioncontext.py
+++ b/pypy/interpreter/test/test_executioncontext.py
@@ -292,7 +292,7 @@
import os, sys
print sys.executable, self.tmpfile
if sys.platform == "win32":
- cmdformat = '""%s" "%s""' # excellent! tons of "!
+ cmdformat = '"%s" "%s"'
else:
cmdformat = "'%s' '%s'"
g = os.popen(cmdformat % (sys.executable, self.tmpfile), 'r')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit