[issue4664] Regression fix_imports does not refactor multiple imports correctly

Alexandre Vassalotti report at bugs.python.org
Sun Dec 14 22:22:45 CET 2008


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

I got it. It is a regression from a previous version of 2to3's
fix_imports. I was able to reproduce your problem using the sandbox's 2to3.

And to answer your question, I still running an older RC release of
Python 3.0. That explains why I couldn't reproduce the problem.

$ python3.0 -c "import sys; print(sys.version)"
3.0rc2+ (py3k:67237, Nov 16 2008, 15:10:03) 
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]

----------
title: fix_imports does not refactor "import urlparse, cStringIO" correctly -> Regression fix_imports does not refactor multiple imports correctly

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


More information about the Python-bugs-list mailing list