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 rhettinger
Recipients benjamin.peterson, christian.heimes, rhettinger
Date 2008-01-23.07:09:22
SpamBayes Score 0.2482986
Marked as misclassified No
Message-id <1201072164.63.0.874996007764.issue1910@psf.upfronthosting.co.za>
In-reply-to
Content
I appreciate the patch submission but am going to reject it.  The 
try/finally form is faster.  In general, I think we only want to do 
this in code that isn't performance critical and that would be made 
much cleaner.
History
Date User Action Args
2008-01-23 07:09:24rhettingersetspambayes_score: 0.248299 -> 0.2482986
recipients: + rhettinger, christian.heimes, benjamin.peterson
2008-01-23 07:09:24rhettingersetspambayes_score: 0.248299 -> 0.248299
messageid: <1201072164.63.0.874996007764.issue1910@psf.upfronthosting.co.za>
2008-01-23 07:09:23rhettingerlinkissue1910 messages
2008-01-23 07:09:22rhettingercreate