]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 Jun 2020 14:56:31 +0000 (17:56 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 14:56:31 +0000 (17:56 +0300)
commit700cfa8c90a90016638bac13c4efd03786b2b2a0
tree62994f7b8d6fccd910d5f65bd6cd49a4f72bf8ae
parent8ea6353f60625c96ce96588c70ff24a77f8c71f9
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
24 files changed:
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py
Lib/test/support/os_helper.py
Lib/test/test_binhex.py
Lib/test/test_cgitb.py
Lib/test/test_compileall.py
Lib/test/test_embed.py
Lib/test/test_fstring.py
Lib/test/test_genericpath.py
Lib/test/test_gzip.py
Lib/test/test_msilib.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Lib/test/test_pdb.py
Lib/test/test_posixpath.py
Lib/test/test_tarfile.py
Lib/test/test_tools/test_pathfix.py
Lib/test/test_trace.py
Lib/test/test_urllib.py
Lib/test/test_uu.py
Lib/test/test_venv.py
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Tests/2020-06-22-00-21-12.bpo-41069.bLZkX-.rst [new file with mode: 0644]
Modules/_testcapimodule.c