Issue #21707: Merge with 3.4.

This commit is contained in:
Berker Peksag 2014-07-07 21:30:54 +03:00
commit b132069ea4
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ class ModuleFinderTest(unittest.TestCase):
self._do_test(maybe_test, debug=2,
replace_paths=[(old_path, new_path)])
output = output.getvalue()
expected = "co_filename '%s' changed to '%s'" % (old_path, new_path)
expected = "co_filename %r changed to %r" % (old_path, new_path)
self.assertIn(expected, output)