[issue11276] 2to3: imports fixer doesn't update references to modules specified without attributes

Brett Cannon report at bugs.python.org
Tue Feb 22 20:08:22 CET 2011


Brett Cannon <brett at python.org> added the comment:

While directly referencing a module on its own is useless, this is an issue if the module is used in e.g., an assignment: ``blah = cPickle`` is not changed.

----------
nosy: +brett.cannon
stage:  -> needs patch

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


More information about the Python-bugs-list mailing list