Add clarifying comment.

This commit is contained in:
Guido van Rossum 2002-07-18 19:48:46 +00:00
parent 0d7e68adf2
commit 0d7b8bc772
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class LogReader:
def next(self, index=0):
while 1:
# This call may raise StopIteration:
what, tdelta, fileno, lineno = self._nextitem()
# handle the most common cases first