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 cheryl.sabella
Recipients cheryl.sabella, docs@python, ncoghlan, serhiy.storchaka, terry.reedy
Date 2018-02-20.16:22:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519143732.41.0.467229070634.issue32843@psf.upfronthosting.co.za>
In-reply-to
Content
I've made the changes requested.  I wasn't sure about:

TESTFN_NONASCII - How different from TESTFN_UNICODE?


Should I move these out of test.support?:
missing_compiler_executable(cmd_names=[]) - It is used only in distutils tests and should be in distutils.tests.support.
Matcher() - This class is used only in test_logging, and only with TestHandler. These classes should be documented together and with references to logging. I'm not sure they should be in test.support.
TestHandler(logging.handlers.BufferingHandler) - I'm not sure it should be in test.support rather of test_logging.

Thanks!
History
Date User Action Args
2018-02-20 16:22:12cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, ncoghlan, docs@python, serhiy.storchaka
2018-02-20 16:22:12cheryl.sabellasetmessageid: <1519143732.41.0.467229070634.issue32843@psf.upfronthosting.co.za>
2018-02-20 16:22:12cheryl.sabellalinkissue32843 messages
2018-02-20 16:22:12cheryl.sabellacreate