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-14.15:08:10
SpamBayes Score 9.5119145e-07
Marked as misclassified No
Message-id <1237043297.41.0.479102300074.issue5251@psf.upfronthosting.co.za>
In-reply-to
Content
First draft of patch attached.

Limitations of this version of the patch:
- includes some unrelated marshal.c changes (improved error messages)
- no tests of the new functionality
- contextlib not changed yet
- no documentation changes

The new semantics are in place though, and the existing test_with and
test_contextlib tests all still pass.
History
Date User Action Args
2009-03-14 15:08:17ncoghlansetrecipients: + ncoghlan, jwp
2009-03-14 15:08:17ncoghlansetmessageid: <1237043297.41.0.479102300074.issue5251@psf.upfronthosting.co.za>
2009-03-14 15:08:15ncoghlanlinkissue5251 messages
2009-03-14 15:08:15ncoghlancreate