[issue13692] 2to3 mangles from . import frobnitz

2012-01-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report, but 3.1 does not get bug fixes any more. Maybe Benjamin would like to add a regression test for this, so I’m leaving the decision to close this report to him. -- nosy: +benjamin.peterson, eric.araujo

[issue13692] 2to3 mangles from . import frobnitz

2012-01-07 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13692 ___

[issue13692] 2to3 mangles from . import frobnitz

2012-01-06 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: If this is fixed in 3.2, can this be closed? -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13692 ___

[issue13692] 2to3 mangles from . import frobnitz

2012-01-01 Thread Henrik Holmboe
New submission from Henrik Holmboe hen...@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

[issue13692] 2to3 mangles from . import frobnitz

2012-01-01 Thread Thomas Kluyver
Thomas Kluyver tak...@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