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 ncoghlan
Recipients jwp, ncoghlan
Date 2009-03-15.04:04:44
SpamBayes Score 0.000814178
Marked as misclassified No
Message-id <1237089886.59.0.750838104365.issue5251@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the semantics in the current patch aren't quite correct, since
the __exit__ attribute is retrieved inside the scope of the outer
try/except block. Updated patch with the correct semantics coming soon.
History
Date User Action Args
2009-03-15 04:04:46ncoghlansetrecipients: + ncoghlan, jwp
2009-03-15 04:04:46ncoghlansetmessageid: <1237089886.59.0.750838104365.issue5251@psf.upfronthosting.co.za>
2009-03-15 04:04:44ncoghlanlinkissue5251 messages
2009-03-15 04:04:44ncoghlancreate