commit | f954c4b9fb8529cc13a2e24c58137c66ac836b28 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 04 11:41:32 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 04 11:41:32 2008 +0000 |
tree | 91575068c14eec261bc4e2c44da9c881eda4efe1 | |
parent | e5d68aceb529934e75d505bbfaf867e02493a1bc [diff] [blame] |
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
diff --git a/Lib/test/test_array.py b/Lib/test/test_array.py index 66ce2ad..3f8b683 100755 --- a/Lib/test/test_array.py +++ b/Lib/test/test_array.py
@@ -768,7 +768,7 @@ 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)