[issue13692] 2to3 mangles from . import frobnitz

Henrik Holmboe report at bugs.python.org
Sun Jan 1 13:03:31 CET 2012


New submission from Henrik Holmboe <henrik at holmboe.se>:

It seems that 2to3 mangles::

 from . import frobnitz

into::

 from ... import frobnitz

This was noticed in the port of ipython to py3k. See https://github.com/ipython/ipython/issues/1197

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 150430
nosy: holmbie
priority: normal
severity: normal
status: open
title: 2to3 mangles from . import frobnitz

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


More information about the Python-bugs-list mailing list