Making GeneratorExit special isn't an open issue.

Propagating StopIteration from context managers should be Phillip Eby's issue.
This commit is contained in:
Guido van Rossum 2006-04-03 18:54:31 +00:00
parent 57b9beaf79
commit bbfdc5f6b0
1 changed files with 1 additions and 5 deletions

View File

@ -159,12 +159,8 @@ Open issues
"timing" (listed as obsolete), "cl" (listed as possibly not up-to-date), "timing" (listed as obsolete), "cl" (listed as possibly not up-to-date),
and "sv" (listed as obsolete hardware specific). 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) - StopIteration should propagate from context managers (with statement)
(Owner: Guido) (Owner: Phillip Eby)
Copyright Copyright