]> granicus.if.org Git - python/commit
Move test_largefile over to using 'with' statements for open files.
authorBrett Cannon <bcannon@gmail.com>
Mon, 3 Mar 2008 02:41:40 +0000 (02:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 3 Mar 2008 02:41:40 +0000 (02:41 +0000)
commit6382ffc892cb70603657797c3441968cfe55c9f8
treea33b7fd38e6548018b7533a7798980aa69f9cfe5
parent9063a9904293fc8a37131e495362e89e3d2314a2
Move test_largefile over to using 'with' statements for open files.

Also rename the driver function to test_main() instead of main_test().
Lib/test/test_largefile.py