]> granicus.if.org Git - python/commit
Close the file after tokenizing it. Because the open file object was
authorTim Peters <tim.peters@gmail.com>
Mon, 12 May 2003 19:29:36 +0000 (19:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 May 2003 19:29:36 +0000 (19:29 +0000)
commit11cb8135988ebe20631db08c60155d2a0b17c1b2
treebbcf559a0e7262c7b3b139576bb84f53682954f6
parent12d55a7caaf58e7219f7c2bfa796ab19246640dd
Close the file after tokenizing it.  Because the open file object was
bound to a module global, the file object remained opened throughout
the test suite run.
Lib/test/test_tokenize.py