]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jul 2020 17:58:35 +0000 (20:58 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 17:58:35 +0000 (20:58 +0300)
commit67987acd5dc9776f55f4e139e2b3d9e7a6434d9f
treedcd7434c6abef096638562294a58d184ce153271
parent855e68855eeb06f8f0319b3366d3a012c2ff2041
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)

The error is exposed on non-UTF-8 locales.
Lib/test/test_io.py