]> granicus.if.org Git - python/commit
Simplify; the low-level log reader is now always a modern iterator,
authorFred Drake <fdrake@acm.org>
Thu, 18 Jul 2002 19:20:23 +0000 (19:20 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Jul 2002 19:20:23 +0000 (19:20 +0000)
commitfbe36082906201210da081d71c6ac7b30f7ef1a2
tree3926e7464db8f6ca61c62429a59830e2da8b4cfa
parent302e2bb81b462f2664b71da9f35c2969df8a330e
Simplify; the low-level log reader is now always a modern iterator,
and should never return None.  (It only did this for an old version of
HotShot that was trying to still work with a patched Python 2.1.)
Lib/hotshot/log.py