From: Guido van Rossum <guido@python.org>
Date: Thu, 18 Jul 2002 19:48:46 +0000 (+0000)
Subject: Add clarifying comment.
X-Git-Tag: v2.3c1~4949
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d7b8bc772c8ca7962c58a917bf7e074b0ad3dd2;p=python

Add clarifying comment.
---

diff --git a/Lib/hotshot/log.py b/Lib/hotshot/log.py
index 5c01996ebd..7d6d91d447 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