From: Ezio Melotti Date: Mon, 12 Mar 2012 00:09:02 +0000 (+0200) Subject: #14161: fix test failures on Windows. X-Git-Tag: v2.7.4rc1~977 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b60156e809038ab5f8c59152ddeaa0d44ad9ed6a;p=thirdparty%2FPython%2Fcpython.git #14161: fix test failures on Windows. --- diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index 8b20acdc8ed2..062fccf9e09a 100644 --- a/Lib/test/test_repr.py +++ b/Lib/test/test_repr.py @@ -130,10 +130,10 @@ class ReprTests(unittest.TestCase): def test_file(self): fp = open(unittest.__file__) self.assertTrue(repr(fp).startswith( - "