| Index: Lib/test/test_array.py |
| =================================================================== |
| --- Lib/test/test_array.py (revision 62744) |
| +++ Lib/test/test_array.py (working copy) |
| @@ -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) |