[issue20867] fix_import in 2to3 adds spurious relative import (windows)

Claudio Canepa report at bugs.python.org
Fri Mar 14 20:31:29 CET 2014


Claudio Canepa added the comment:

No. #19510 is about 2 to 3 confused when the same import line has some modules that should be 'relativized' and others that not.

The present issue is about 2to3 incorrectly 'relativize' a module / package by forgetting that module names are case-sensitive but filenames are case-insensitive in windows.

----------

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


More information about the Python-bugs-list mailing list