From: Guido van Rossum Date: Thu, 18 Jul 2002 19:48:46 +0000 (+0000) Subject: Add clarifying comment. X-Git-Tag: v2.3c1~4949 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d7b8bc772c8ca7962c58a917bf7e074b0ad3dd2;p=thirdparty%2FPython%2Fcpython.git Add clarifying comment. --- diff --git a/Lib/hotshot/log.py b/Lib/hotshot/log.py index 5c01996ebdcc..7d6d91d447d1 100644 --- a/Lib/hotshot/log.py +++ b/Lib/hotshot/log.py @@ -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