[Python-checkins] r43602 - peps/trunk/pep-0356.txt

guido.van.rossum python-checkins at python.org
Mon Apr 3 20:54:31 CEST 2006


Author: guido.van.rossum
Date: Mon Apr  3 20:54:31 2006
New Revision: 43602

Modified:
   peps/trunk/pep-0356.txt
Log:
Making GeneratorExit special isn't an open issue.
Propagating StopIteration from context managers should be Phillip Eby's issue.


Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Apr  3 20:54:31 2006
@@ -159,12 +159,8 @@
       "timing" (listed as obsolete), "cl" (listed as possibly not up-to-date),
       and "sv" (listed as obsolete hardware specific).
 
-    - Move GeneratorExit in hierarchy? (make special like KeyboardInterrupt)
-      (Owner: Guido)
-      http://mail.python.org/pipermail/python-dev/2006-March/062635.html
-
     - StopIteration should propagate from context managers (with statement)
-      (Owner: Guido)
+      (Owner: Phillip Eby)
 
 
 Copyright


More information about the Python-checkins mailing list