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 benjamin.peterson
Recipients benjamin.peterson, georg.brandl
Date 2008-03-27.21:03:01
SpamBayes Score 0.008517807
Marked as misclassified No
Message-id <1206651782.63.0.136220859042.issue2498@psf.upfronthosting.co.za>
In-reply-to
Content
bdb.py has several places like this:
try:
    try: pass
    except BdbQuit: pass
finally: pass
These can be modernized to the > 2.5 syntax.
History
Date User Action Args
2008-03-27 21:03:03benjamin.petersonsetspambayes_score: 0.00851781 -> 0.008517807
recipients: + benjamin.peterson, georg.brandl
2008-03-27 21:03:02benjamin.petersonsetspambayes_score: 0.00851781 -> 0.00851781
messageid: <1206651782.63.0.136220859042.issue2498@psf.upfronthosting.co.za>
2008-03-27 21:03:01benjamin.petersonlinkissue2498 messages
2008-03-27 21:03:01benjamin.petersoncreate