[issue9429] 2to3 does not rename test.test_support to test.support

2010-07-31 Thread Florent Xicluna
Florent Xicluna added the comment: See #6583. -- nosy: +flox resolution: -> duplicate status: open -> closed superseder: -> 2to3 fails to fix test.test_support ___ Python tracker _

[issue9429] 2to3 does not rename test.test_support to test.support

2010-07-31 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list maili

[issue9429] 2to3 does not rename test.test_support to test.support

2010-07-30 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : Even though test.support is an internal module, it is helpful to have a 2to3 fixer for the 'test_support' to 'support' rename. My naive attempt to add a fix (see patch pasted below), worked for "from test import test_support" but not for "import test.