]> granicus.if.org Git - python/commit
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
authorLihua Zhao <44661095+LihuaZhao@users.noreply.github.com>
Wed, 17 Apr 2019 09:46:50 +0000 (17:46 +0800)
committerVictor Stinner <vstinner@redhat.com>
Wed, 17 Apr 2019 09:46:50 +0000 (11:46 +0200)
commit36c41bc2017921321dbb19557f616a6bb7572c83
tree57576bb056243b6735b9ec585e50feef1463ef62
parent6fec905de5c139017f36b212e54cac46959808fe
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)

 Fix test_tabnanny on VxWorks: adjust ENOENT error message,
use os.strerror().
Lib/test/test_tabnanny.py
Misc/NEWS.d/next/Tests/2019-04-01-16-06-36.bpo-31904.peaceF.rst [new file with mode: 0644]