http://hg.python.org/cpython/rev/9b7abecf08e5 changeset: 89426:9b7abecf08e5 user: Martin v. Löwis <martin@v.loewis.de> date: Fri Feb 28 15:49:06 2014 +0100 summary: Reindent files: Lib/test/test_source_encoding.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_source_encoding.py b/Lib/test/test_source_encoding.py --- a/Lib/test/test_source_encoding.py +++ b/Lib/test/test_source_encoding.py @@ -60,7 +60,7 @@ self.assertRaises(SyntaxError, eval, b'\xef\xbb\x20') def test_20731(self): - sub = subprocess.Popen([sys.executable, + sub = subprocess.Popen([sys.executable, os.path.join(os.path.dirname(__file__), 'coding20731.py')], stderr=subprocess.PIPE) -- Repository URL: http://hg.python.org/cpython
participants (1)
-
martin.v.loewis