[issue4664] Regression fix_imports does not refactor multiple imports correctly

2008-12-14 Thread Benjamin Peterson

Benjamin Peterson  added the comment:

Fixed in r67774.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4664] Regression fix_imports does not refactor multiple imports correctly

2008-12-14 Thread Alexandre Vassalotti

Alexandre Vassalotti  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com