]> granicus.if.org Git - python/commit
Gave hotshot.LogReader a close() method, to allow users to close the
authorTim Peters <tim.peters@gmail.com>
Thu, 18 Jul 2002 14:54:28 +0000 (14:54 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 18 Jul 2002 14:54:28 +0000 (14:54 +0000)
commit30d489651101ef9f34cad4124b404371a2eeef72
treec7989c606a72df152f43596f5c47a95ca35ca075
parent32616cf8ec7d930024c0031ab7f951d8247bf2fa
Gave hotshot.LogReader a close() method, to allow users to close the
file object that LogReader opens.  Used it then in test_hotshot; the
test passes again on Windows.  Thank Guido for the analysis.
Lib/hotshot/log.py
Lib/test/test_hotshot.py