[issue15494] Move test/support.py into a test.support subpackage

Nick Coghlan report at bugs.python.org
Mon May 6 16:08:37 CEST 2013


Nick Coghlan added the comment:

Ah, I *thought* there was another module that started me down this path. Issue 11816 (a dis module upgrade that I finally deemed ready enough to commit) added "test.bytecode_helper", so the new test.support package will consist of at least:

support/__init__.py         # Current test.support
support/bytecode_helper.py  # Current test.bytecode_helper
support/pkg_helper.py       # New for test_runpy & test_pkgutil
support/script_helper.py    # Current test.script_helper

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15494>
_______________________________________


More information about the Python-bugs-list mailing list