[New-bugs-announce] [issue1956] Lib/bsddb/test/test_thread.py uses old 'except' syntax

Georgij Kondratjev report at bugs.python.org
Mon Jan 28 15:40:58 CET 2008


New submission from Georgij Kondratjev:

"except OSError, e:"
(appears twice) should be changed to
"except OSError as e:"

----------
components: Library (Lib)
messages: 61777
nosy: orivej
severity: normal
status: open
title: Lib/bsddb/test/test_thread.py uses old 'except' syntax
type: compile error
versions: Python 3.0

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


More information about the New-bugs-announce mailing list