diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-04 01:22:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-04 01:22:53 (GMT) |
commit | c65a13f53befbe78d437bba68ef6621dd35083a7 (patch) | |
tree | 2b22289a58e18b9f83a26c64ce1cfcc0d11d28b4 /Lib | |
parent | 9fef9b166e724f404ec9c0096d106194f37da857 (diff) | |
download | cpython-c65a13f53befbe78d437bba68ef6621dd35083a7.zip cpython-c65a13f53befbe78d437bba68ef6621dd35083a7.tar.gz cpython-c65a13f53befbe78d437bba68ef6621dd35083a7.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_struct.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_struct.py b/Lib/test/test_struct.py index af835f7..28759fb 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() - |