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 takluyver
Recipients holmbie, takluyver
Date 2012-01-01.13:01:52
SpamBayes Score 2.7024273e-06
Marked as misclassified No
Message-id <1325422913.24.0.359192722349.issue13692@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-01-01 13:01:53takluyversetrecipients: + takluyver, holmbie
2012-01-01 13:01:53takluyversetmessageid: <1325422913.24.0.359192722349.issue13692@psf.upfronthosting.co.za>
2012-01-01 13:01:52takluyverlinkissue13692 messages
2012-01-01 13:01:52takluyvercreate