This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aegis
Recipients aegis
Date 2007-12-02.07:08:00
SpamBayes Score 0.010507117
Marked as misclassified No
Message-id <1196579282.47.0.735370716899.issue1537@psf.upfronthosting.co.za>
In-reply-to
Content
Per discussion at http://mail.python.org/pipermail/python-dev/2007-
December/075498.html, this patch changes GeneratorExit's base class 
from Exception to BaseException.

I updated the tests and documentation, but I may have missed any other 
discussion of GeneratorExit in the documentation.  Happy to update the 
patch if there is any feedback.
Files
File name Uploaded
GeneratorExit-BaseException.patch aegis, 2007-12-02.07:08:00
History
Date User Action Args
2007-12-02 07:08:02aegissetspambayes_score: 0.0105071 -> 0.010507117
recipients: + aegis
2007-12-02 07:08:02aegissetspambayes_score: 0.0105071 -> 0.0105071
messageid: <1196579282.47.0.735370716899.issue1537@psf.upfronthosting.co.za>
2007-12-02 07:08:01aegislinkissue1537 messages
2007-12-02 07:08:01aegiscreate