summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2020-11-28 20:21:30 (GMT)
committerGitHub <noreply@github.com>2020-11-28 20:21:30 (GMT)
commitaa1b8a168d8b8dc1dfc426364b7b664501302958 (patch)
tree3c1c20e46c3d88ece1b83dca182049ce4c5d9f39 /Misc/NEWS.d
parentd41ec65ab7411e877ca33d05e8c900feca530635 (diff)
downloadcpython-aa1b8a168d8b8dc1dfc426364b7b664501302958.zip
cpython-aa1b8a168d8b8dc1dfc426364b7b664501302958.tar.gz
cpython-aa1b8a168d8b8dc1dfc426364b7b664501302958.tar.bz2
bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-05-20-17-28-46.bpo-31904.yt83Ge.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-05-20-17-28-46.bpo-31904.yt83Ge.rst b/Misc/NEWS.d/next/Tests/2020-05-20-17-28-46.bpo-31904.yt83Ge.rst
new file mode 100644
index 0000000..1679801
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-05-20-17-28-46.bpo-31904.yt83Ge.rst
@@ -0,0 +1 @@
+Fix os module failures for VxWorks RTOS.