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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15494>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to