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 michael.foord
Recipients jpellerin, michael.foord
Date 2009-07-04.20:35:46
SpamBayes Score 1.89114e-09
Marked as misclassified No
Message-id <1246739748.85.0.761922165375.issue6418@psf.upfronthosting.co.za>
In-reply-to
Content
This change was made to fix a regression in 2.6.
In 2.5 the default was None and someone (else) made the also backwards
incompatible change to make the default the TextTestRunner class. This
broke test suites (like setuptools for example) which expected to be
able to pass None in and get sensible default behaviour.

The change can't be reverted as it was a bugfix, but a different change
could be applied.
History
Date User Action Args
2009-07-04 20:35:48michael.foordsetrecipients: + michael.foord, jpellerin
2009-07-04 20:35:48michael.foordsetmessageid: <1246739748.85.0.761922165375.issue6418@psf.upfronthosting.co.za>
2009-07-04 20:35:46michael.foordlinkissue6418 messages
2009-07-04 20:35:46michael.foordcreate