New submission from Benjamin Peterson <benja...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12106> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com