This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients chris.jerdonek, eric.araujo, ezio.melotti, flox, loewis, ncoghlan, pitrou, r.david.murray
Date 2013-05-06.14:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367849317.55.0.0130709110357.issue15494@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-05-06 14:08:37ncoghlansetrecipients: + ncoghlan, loewis, pitrou, ezio.melotti, eric.araujo, r.david.murray, flox, chris.jerdonek
2013-05-06 14:08:37ncoghlansetmessageid: <1367849317.55.0.0130709110357.issue15494@psf.upfronthosting.co.za>
2013-05-06 14:08:37ncoghlanlinkissue15494 messages
2013-05-06 14:08:37ncoghlancreate