Alexandre Vassalotti <alexan...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4664>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to