mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +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):
|
def next(self, index=0):
|
||||||
while 1:
|
while 1:
|
||||||
|
# This call may raise StopIteration:
|
||||||
what, tdelta, fileno, lineno = self._nextitem()
|
what, tdelta, fileno, lineno = self._nextitem()
|
||||||
|
|
||||||
# handle the most common cases first
|
# handle the most common cases first
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue