[Python-checkins] [python/cpython] a694e0: bpo-30207: Rename test.test_support to test.suppor...

GitHub noreply at github.com
Sun Apr 30 04:36:59 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: a694e092f6356970ca0d3e86000a3a829fb212b4
      https://github.com/python/cpython/commit/a694e092f6356970ca0d3e86000a3a829fb212b4
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
    M Doc/library/test.rst
    M Lib/test/script_helper.py
    A Lib/test/support/__init__.py
    A Lib/test/support/script_helper.py
    M Lib/test/test_compiler.py
    M Lib/test/test_linecache.py
    M Lib/test/test_support.py
    M Misc/NEWS

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list