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 joe.amenta
Recipients joe.amenta
Date 2009-07-27.05:21:18
SpamBayes Score 4.19611e-06
Marked as misclassified No
Message-id <1248672082.21.0.412952291584.issue6583@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3108 states that test.test_support was renamed to test.support as a
part of the Standard Library Reorganization process.  However...

2to3 does not refactor (or even warn about) test.test_support.  Simply
adding
"test.test_support": "test.support",
into the MAPPING of fix_imports.py would not work, because
fix_imports.py does not accept anything with a dot in it, i.e. "foo.bar".
History
Date User Action Args
2009-07-27 05:21:22joe.amentasetrecipients: + joe.amenta
2009-07-27 05:21:22joe.amentasetmessageid: <1248672082.21.0.412952291584.issue6583@psf.upfronthosting.co.za>
2009-07-27 05:21:20joe.amentalinkissue6583 messages
2009-07-27 05:21:19joe.amentacreate