]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 May 2021 09:09:29 +0000 (02:09 -0700)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 09:09:29 +0000 (02:09 -0700)
commit6e7fe1901631dc730abc02d1f546a99fd6b6fe83
tree1b72e733f0e8d2d61ba6b1b2538cd6d9bf26fd26
parenta2c72d52dddefbfbaa0745b0af54330fad03b29e
[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965) (GH-25983)

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.
(cherry picked from commit b063b02eabf91bfd4edc0f3fde7ce8f0ebb392c4)

Co-authored-by: pxinwr <peixing.xin@windriver.com>
Automerge-Triggered-By: GH:gpshead
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]