[issue12106] reflect syntatic sugar in with ast

Benjamin Peterson report at bugs.python.org
Wed May 18 23:45:20 CEST 2011


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

This patch causes multiple with statements with multiple with items to be represented in the AST instead of flattened as currently happens.

----------
components: Interpreter Core
files: fixwith.patch
keywords: patch
messages: 136262
nosy: benjamin.peterson, ncoghlan
priority: normal
severity: normal
status: open
title: reflect syntatic sugar in with ast
type: feature request
versions: Python 3.3
Added file: http://bugs.python.org/file22024/fixwith.patch

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


More information about the Python-bugs-list mailing list