Commit 0d7b8bc7 authored by Guido van Rossum's avatar Guido van Rossum

Add clarifying comment.

parent 0d7e68ad
...@@ -95,6 +95,7 @@ class LogReader: ...@@ -95,6 +95,7 @@ class LogReader:
def next(self, index=0): def next(self, index=0):
while 1: while 1:
# This call may raise StopIteration:
what, tdelta, fileno, lineno = self._nextitem() what, tdelta, fileno, lineno = self._nextitem()
# handle the most common cases first # handle the most common cases first
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment