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 ezio.melotti
Recipients brett.cannon, ezio.melotti, flox, georg.brandl, michael.foord, r.david.murray, rhettinger, tarek, tim.golden
Date 2010-04-19.16:07:30
SpamBayes Score 0.00037311256
Marked as misclassified No
Message-id <1271693252.12.0.845961842962.issue8273@psf.upfronthosting.co.za>
In-reply-to
Content
Also note that the test_support module is for some reason documented here: http://docs.python.org/library/test.html#module-test.test_support
This means that there are probably developers out there that are already using these functions even if some of them are not intended/designed to be used outside the Python test suite.
This situation is sub-optimal for two reasons:
1) test_support can't evolve quickly because the documented functions have to be backward-compatible;
2) other developers are using these python-test-suite-specific functions in their tests;
It would be better to keep test_support for our test suite only and provide/move useful function in unittest.
History
Date User Action Args
2010-04-19 16:07:32ezio.melottisetrecipients: + ezio.melotti, brett.cannon, georg.brandl, rhettinger, tim.golden, tarek, r.david.murray, michael.foord, flox
2010-04-19 16:07:32ezio.melottisetmessageid: <1271693252.12.0.845961842962.issue8273@psf.upfronthosting.co.za>
2010-04-19 16:07:30ezio.melottilinkissue8273 messages
2010-04-19 16:07:30ezio.melotticreate