[issue2498] bdb modernized

2008-03-28 Thread Benjamin Peterson

Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

Commited with a message in r60218

--
status: open -> closed

__
Tracker <[EMAIL PROTECTED]>

__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2498] bdb modernized

2008-03-28 Thread Georg Brandl

Georg Brandl <[EMAIL PROTECTED]> added the comment:

Go ahead and commit -- and don't forget the issue number :)

--
assignee: georg.brandl -> benjamin.peterson
resolution:  -> accepted

__
Tracker <[EMAIL PROTECTED]>

__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2498] bdb modernized

2008-03-27 Thread Benjamin Peterson

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]>

__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com