]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
authorVictor Stinner <vstinner@python.org>
Mon, 17 Aug 2020 05:20:40 +0000 (07:20 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 05:20:40 +0000 (07:20 +0200)
commitfbf43f051e7bf479709e122efa4b6edd4b09d4df
tree7fc63b08b52ae22d22885debb9908a37109711f7
parent97003466d481670b9234b343319c6e02f9c5d732
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)

Rename "blacklist" parameter of test.support.check__all__() to
"not_exported".
20 files changed:
Doc/library/test.rst
Lib/test/_test_multiprocessing.py
Lib/test/support/__init__.py
Lib/test/test_calendar.py
Lib/test/test_cgi.py
Lib/test/test_configparser.py
Lib/test/test_ftplib.py
Lib/test/test_gettext.py
Lib/test/test_logging.py
Lib/test/test_mailbox.py
Lib/test/test_optparse.py
Lib/test/test_pickletools.py
Lib/test/test_plistlib.py
Lib/test/test_smtpd.py
Lib/test/test_support.py
Lib/test/test_tarfile.py
Lib/test/test_threading.py
Lib/test/test_wave.py
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Tests/2020-08-11-14-59-13.bpo-41521.w2UYK7.rst [new file with mode: 0644]