Thomas Kluyver <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue13692> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
