]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)
authorpxinwr <peixing.xin@windriver.com>
Sat, 8 May 2021 08:03:41 +0000 (16:03 +0800)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 08:03:41 +0000 (01:03 -0700)
commitb063b02eabf91bfd4edc0f3fde7ce8f0ebb392c4
treeb2914debf932e995113723426141f2bdbe8aaa14
parent80d250d68cf3bb511fd862169c681b28028499c2
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)

The error string on VxWorks is "no such file or directory" for FileNotFoundError. That is, the 1st letter of the error string has lower case.
Lib/test/test_py_compile.py
Misc/NEWS.d/next/Tests/2021-05-07-15-46-04.bpo-31904.8dk3la.rst [new file with mode: 0644]