[New-bugs-announce] [issue2498] bdb modernized

Benjamin Peterson report at bugs.python.org
Thu Mar 27 22:03:02 CET 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

bdb.py has several places like this:
try:
    try: pass
    except BdbQuit: pass
finally: pass
These can be modernized to the > 2.5 syntax.

----------
assignee: georg.brandl
components: Library (Lib)
files: bdb_modern.patch
keywords: patch
messages: 64607
nosy: benjamin.peterson, georg.brandl
severity: normal
status: open
title: bdb modernized
type: feature request
versions: Python 2.6
Added file: http://bugs.python.org/file9879/bdb_modern.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2498>
__________________________________


More information about the New-bugs-announce mailing list