]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
authorHai Shi <shihai1992@gmail.com>
Thu, 28 May 2020 14:24:39 +0000 (22:24 +0800)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 14:24:39 +0000 (16:24 +0200)
commit24bddc1b3b58f6899b2d412e51b37f68536e4fe2
treec9960b0130a3a7f1b33e39371ffcd18037218320
parent84ee7e1573d166fe7a9be676813e12523b62ab24
 bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)

Replace test.support.TESTFN_ENCODING with sys.getfilesystemencoding().
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_sax.py
Lib/test/test_unicode_file.py