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

Skip Montanaro python-dev@python.org
Tue, 3 Oct 2000 09:34:59 -0700


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

Modified Files:
	pep-0042.txt 
Log Message:
added reference to another "continue inside try" bug/feature request, but
didn't close it.  It's similar, but not exactly the same as the normal
implementation limit.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** pep-0042.txt	2000/10/03 15:44:58	1.27
--- pep-0042.txt	2000/10/03 16:34:55	1.28
***************
*** 57,60 ****
--- 57,65 ----
        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
  
  Standard Library