New submission from Benjamin Peterson <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2498>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to