This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author holmbie
Recipients holmbie
Date 2012-01-01.12:03:30
SpamBayes Score 0.02789118
Marked as misclassified No
Message-id <1325419411.86.0.637139477325.issue13692@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-01-01 12:03:31holmbiesetrecipients: + holmbie
2012-01-01 12:03:31holmbiesetmessageid: <1325419411.86.0.637139477325.issue13692@psf.upfronthosting.co.za>
2012-01-01 12:03:31holmbielinkissue13692 messages
2012-01-01 12:03:30holmbiecreate