[issue12199] Unify TryExcept and TryFinally

Benjamin Peterson report at bugs.python.org
Fri May 27 21:55:24 CEST 2011


New submission from Benjamin Peterson <benjamin at python.org>:

You can write them as one compound statement in Python, so there's no point in having two ast classes.

----------
components: Interpreter Core
files: try.patch
keywords: patch
messages: 137097
nosy: benjamin.peterson, ncoghlan
priority: normal
severity: normal
status: open
title: Unify TryExcept and TryFinally
versions: Python 3.3
Added file: http://bugs.python.org/file22158/try.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12199>
_______________________________________


More information about the Python-bugs-list mailing list