]> granicus.if.org Git - python/commit
Move the global variables 'size' and 'name' to the top -- these are
authorGuido van Rossum <guido@python.org>
Mon, 10 Sep 2001 15:03:18 +0000 (15:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Sep 2001 15:03:18 +0000 (15:03 +0000)
commita31ddbbd7bda1f09944534498ca88fe2d57e508a
treed4034735723abb77d65e2b5ad98975c1446b570e
parentd0b69eceb446ac7176f96c3849c6997ec4ce134f
Move the global variables 'size' and 'name' to the top -- these are
"module parameters", and used in the Windows test (which crashed
because size was undefined -- sigh).
Lib/test/test_largefile.py