Message188541
| 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 |
|