[issue13692] 2to3 mangles from . import frobnitz

Thomas Kluyver report at bugs.python.org
Sun Jan 1 14:01:53 CET 2012


Thomas Kluyver <takowl at gmail.com> added the comment:

A couple of things to note:

- This was with the Python 3.1 implementation of 2to3 - the problem doesn't appear with the Python 3.2 version.
- The import statement in question was inside a method definition. I wonder if the extra two dots correspond to the class and method scopes.

----------
nosy: +takluyver

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


More information about the Python-bugs-list mailing list