Message90975
| 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:22 | joe.amenta | set | recipients: + joe.amenta |
| 2009-07-27 05:21:22 | joe.amenta | set | messageid: <1248672082.21.0.412952291584.issue6583@psf.upfronthosting.co.za> |
| 2009-07-27 05:21:20 | joe.amenta | link | issue6583 messages |
| 2009-07-27 05:21:19 | joe.amenta | create | |