[New-bugs-announce] [issue4292] 2to3 fails to convert "from something import (a, b, c)"

Ondrej Certik report at bugs.python.org
Mon Nov 10 08:03:55 CET 2008


New submission from Ondrej Certik <ondrej at certik.cz>:

While converting the SymPy repo:


the 2to3 failed to convert stuff like:

from something import (a, b, c, )

Attached find the patch that I had to do by hand -- I think 2to3 should
be able to fix this as well.

----------
files: import.patch
keywords: patch
messages: 75683
nosy: certik
severity: normal
status: open
title: 2to3 fails to convert "from something import (a, b, c)"
Added file: http://bugs.python.org/file11972/import.patch

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


More information about the New-bugs-announce mailing list