[issue8877] 2to3 fixes stdlib import wrongly

Martin v. Löwis report at bugs.python.org
Wed Jun 2 19:07:32 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

Just in case it isn't clear: this is because of the order of fixes. The first fixer replaces httplib with http.client, then the next fixer thinks this is a relative import.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list