commit | a694e092f6356970ca0d3e86000a3a829fb212b4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 30 11:36:58 2017 +0300 |
committer | GitHub <noreply@github.com> | Sun Apr 30 11:36:58 2017 +0300 |
tree | 175fae3fe8cbaa538ab20ed17efb342b54cfce86 | |
parent | 4734c2d5c0529632e4b51eb75104b50955afd692 [diff] |
bpo-30207: Rename test.test_support to test.support. (#1353) To simplify backports from Python 3, the test.test_support module was converted into a package and renamed to test.support. The test.script_helper module was moved into the test.support package. Names test.test_support and test.script_helper are left as aliases to test.support and test.support.script_helper.