Making GeneratorExit special isn't an open issue.
Propagating StopIteration from context managers should be Phillip Eby's issue.
This commit is contained in:
parent
57b9beaf79
commit
bbfdc5f6b0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue