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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b60156e809038ab5f8c59152ddeaa0d44ad9ed6a;p=python #14161: fix test failures on Windows. --- diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index 8b20acdc8e..062fccf9e0 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( - "