From 4a14e44eedf43d97b1984dfd4bc7abbaf26c83b4 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 3 Oct 2000 16:34:55 +0000 Subject: [PATCH] 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. --- pep-0042.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index d7fb9a555..0e5d8202b 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -56,6 +56,11 @@ Core Language / Builtins 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