summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorLihua Zhao <44661095+LihuaZhao@users.noreply.github.com>2019-04-17 09:46:50 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-04-17 09:46:50 (GMT)
commit36c41bc2017921321dbb19557f616a6bb7572c83 (patch)
tree57576bb056243b6735b9ec585e50feef1463ef62 /Misc/NEWS.d
parent6fec905de5c139017f36b212e54cac46959808fe (diff)
downloadcpython-36c41bc2017921321dbb19557f616a6bb7572c83.zip
cpython-36c41bc2017921321dbb19557f616a6bb7572c83.tar.gz
cpython-36c41bc2017921321dbb19557f616a6bb7572c83.tar.bz2
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
Fix test_tabnanny on VxWorks: adjust ENOENT error message, use os.strerror().
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-04-01-16-06-36.bpo-31904.peaceF.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-04-01-16-06-36.bpo-31904.peaceF.rst b/Misc/NEWS.d/next/Tests/2019-04-01-16-06-36.bpo-31904.peaceF.rst
new file mode 100644
index 0000000..6297717
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-04-01-16-06-36.bpo-31904.peaceF.rst
@@ -0,0 +1 @@
+Fix test_tabnanny on VxWorks: adjust ENOENT error message.