]> granicus.if.org Git - python/commitdiff
Add clarifying comment.
authorGuido van Rossum <guido@python.org>
Thu, 18 Jul 2002 19:48:46 +0000 (19:48 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 18 Jul 2002 19:48:46 +0000 (19:48 +0000)
Lib/hotshot/log.py

index 5c01996ebdcce405b770b1aec22ff145ed43d0dd..7d6d91d447d123ae79ca6f65adccaec7391e0828 100644 (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