From: Tim Peters Date: Sun, 4 Jun 2006 01:22:53 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b1~276 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c65a13f53befbe78d437bba68ef6621dd35083a7;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index af835f7a6fbe..28759fb866fd 100644 --- a/Lib/test/test_struct.py +++ b/Lib/test/test_struct.py @@ -571,9 +571,8 @@ def test_pack_to_fn(): assertRaises(struct.error, pack_to, small_buf, 0, test_string) assertRaises(struct.error, pack_to, small_buf, 2, test_string) - + # Test methods to pack and unpack from buffers rather than strings. test_unpack_from() test_pack_to() test_pack_to_fn() -