From: Benjamin Peterson Date: Fri, 9 Jul 2010 13:31:11 +0000 (+0000) Subject: wrap X-Git-Tag: v3.2a1~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b83af957629197050f61988183f56564892ab94;p=python wrap --- diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index 96efa7350a..7cde5903af 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -446,7 +446,8 @@ class StructTest(unittest.TestCase): # 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!'