Fix issue1789: The tutorial contained a misuse of the struct module.
commit64673008a487d940b4c2567a378e1433aec0618c
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 24 Jan 2008 09:38:26 +0000 (24 09:38 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 24 Jan 2008 09:38:26 +0000 (24 09:38 +0000)
tree5a302702b456e5d9542019b2c80d4f32c9f27052
parentb24fb581da217f3f7ec67e15f2fc304ee25d7110
Fix issue1789: The tutorial contained a misuse of the struct module.

(also remove an unneeded import struct from test_largefile)

git-svn-id: http://svn.python.org/projects/python/trunk@60234 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/struct.rst
Doc/tutorial/stdlib2.rst
Lib/test/test_largefile.py