]> granicus.if.org Git - python/commit
Fix issue1789: The tutorial contained a misuse of the struct module.
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 24 Jan 2008 09:38:26 +0000 (09:38 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 24 Jan 2008 09:38:26 +0000 (09:38 +0000)
commit7b7ce7854c2e36d04adb42beec5f673071cf1fd4
tree4f329e6b777309aa8bb79ea8b79d0072fb50766f
parent7070094d7ffd4308e12188b39d0f346473581335
Fix issue1789: The tutorial contained a misuse of the struct module.

(also remove an unneeded import struct from test_largefile)
Doc/library/struct.rst
Doc/tutorial/stdlib2.rst
Lib/test/test_largefile.py