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 serhiy.storchaka
Recipients ezio.melotti, michael.foord, serhiy.storchaka, vstinner
Date 2017-05-14.17:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494784002.11.0.332998677492.issue30366@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch backports tests for test.support to 2.7. test_support.py is an old name of test.support, so the test is renamed to test_test_support.py.

The patch also backports few useful functions in test.support for which tests are written.
History
Date User Action Args
2017-05-14 17:46:42serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, michael.foord
2017-05-14 17:46:42serhiy.storchakasetmessageid: <1494784002.11.0.332998677492.issue30366@psf.upfronthosting.co.za>
2017-05-14 17:46:42serhiy.storchakalinkissue30366 messages
2017-05-14 17:46:42serhiy.storchakacreate