]> granicus.if.org Git - python/commit
Expose the fileno() method of the underlying log reader.
authorFred Drake <fdrake@acm.org>
Thu, 18 Jul 2002 19:17:20 +0000 (19:17 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Jul 2002 19:17:20 +0000 (19:17 +0000)
commit7d17e6f3d05ec473a107a0d6b666f3637636d3bd
treefea1490b5450f0842a2c4ccc21e79161b9352526
parent666bf52a168d79396ef9144568e95b778e1e5293
Expose the fileno() method of the underlying log reader.

Remove the crufty support for Python's that don't have StopIteration;
the HotShot patch for Python 2.1 has not been maintained.
Lib/hotshot/log.py