[Python-checkins] python/dist/src/Lib/hotshot log.py,1.10,1.11

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 18 Jul 2002 12:48:49 -0700


Update of /cvsroot/python/python/dist/src/Lib/hotshot
In directory usw-pr-cvs1:/tmp/cvs-serv14934

Modified Files:
	log.py 
Log Message:
Add clarifying comment.


Index: log.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/hotshot/log.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** log.py	18 Jul 2002 19:20:23 -0000	1.10
--- log.py	18 Jul 2002 19:48:46 -0000	1.11
***************
*** 96,99 ****
--- 96,100 ----
      def next(self, index=0):
          while 1:
+             # This call may raise StopIteration:
              what, tdelta, fileno, lineno = self._nextitem()