[New-bugs-announce] [issue2367] Fixer to handle new places where parentheses are needed

Brett Cannon report at bugs.python.org
Mon Mar 17 20:55:54 CET 2008


New submission from Brett Cannon <brett at python.org>:

Py3K has some places where parentheses are now required (e.g., ``[x for
x in 1, 2]`` to ``[x for x in (1, 2)``). A fixer is needed to handle the
conversion.

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
keywords: 26backport
messages: 63744
nosy: brett.cannon, collinwinter
priority: immediate
severity: normal
status: open
title: Fixer to handle new places where parentheses are needed
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list