mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Add clarifying comment.
This commit is contained in:
parent
0d7e68adf2
commit
0d7b8bc772
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue