New submission from Ondrej Certik <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to