commit | 4b83af957629197050f61988183f56564892ab94 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jul 09 13:31:11 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jul 09 13:31:11 2010 +0000 |
tree | 5b86c5dfe09fc4dac9620fb26b28390f62c38ba0 | |
parent | a04a32d5868ceea902b3219c00da958deee1c7de [diff] [blame] |
wrap
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 96efa73..7cde590 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py
@@ -446,7 +446,8 @@ # Test bogus offset (issue 3694) sb = small_buf - self.assertRaises((TypeError, struct.error), struct.pack_into, b'', sb, None) + self.assertRaises((TypeError, struct.error), struct.pack_into, b'', sb, + None) def test_pack_into_fn(self): test_string = b'Reykjavik rocks, eow!'