From f954c4b9fb8529cc13a2e24c58137c66ac836b28 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 4 Jun 2008 11:41:32 +0000 Subject: Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. --- Lib/test/test_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_array.py') diff --git a/Lib/test/test_array.py b/Lib/test/test_array.py index 66ce2ad23ec..3f8b6834e16 100755 --- a/Lib/test/test_array.py +++ b/Lib/test/test_array.py @@ -768,7 +768,7 @@ class UnicodeTest(StringTest): a = array.array('u', s) self.assertEqual( repr(a), - "array('u', '\\x00=\"\\'a\\\\b\\x80\\xff\\x00\\x01\\u1234')") + "array('u', '\\x00=\"\\'a\\\\b\\x80\xff\\x00\\x01\u1234')") self.assertRaises(TypeError, a.fromunicode) -- cgit v1.2.3