[issue14861] Make ./python -m test work to run test suite in Python 2.7

Martin v. Löwis report at bugs.python.org
Sun May 20 09:30:37 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

This is a new feature, not a bug fix, so it can't be added to 2.7.

Newcomers to CPython don't need to bother with 2.7 in general, which can reduce the combination in half. If they want to use something that works in all versions, they can use '-m test.regrtest'.

----------
nosy: +loewis
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list