[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.28,1.29

Guido van Rossum python-dev@python.org
Tue, 3 Oct 2000 13:37:42 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31973

Modified Files:
	pep-0042.txt 
Log Message:
Properly record Skip's gripe, which was really that the compiler
*appeared to* accept the first continue but complained about the
second.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** pep-0042.txt	2000/10/03 16:34:55	1.28
--- pep-0042.txt	2000/10/03 20:37:39	1.29
***************
*** 57,63 ****
        http://sourceforge.net/bugs/?func=detailbug&bug_id=110830&group_id=5470
  
!       though still open as of this change, the following bug report is
!       similar, though not quite the same, and should be checked for closure
!       when this feature request is addressed.
  
        http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115143
--- 57,63 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=110830&group_id=5470
  
!     - When the compiler pass complains about something,
!       e.g. "continue" inside "try", it should complain about the
!       *first* error, not the second or last.
  
        http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115143