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 r.david.murray
Recipients Stepan.Wagner, r.david.murray
Date 2012-12-04.20:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354653998.82.0.372295967268.issue16610@psf.upfronthosting.co.za>
In-reply-to
Content
The only way I was able to replicate that result was by removing the entire try/except block, including the yield.  In that case, wrap is no longer a generator, so the exception is raised before you enter the for loop.
History
Date User Action Args
2012-12-04 20:46:38r.david.murraysetrecipients: + r.david.murray, Stepan.Wagner
2012-12-04 20:46:38r.david.murraysetmessageid: <1354653998.82.0.372295967268.issue16610@psf.upfronthosting.co.za>
2012-12-04 20:46:38r.david.murraylinkissue16610 messages
2012-12-04 20:46:38r.david.murraycreate