summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2020-12-20 22:27:42 (GMT)
committerGitHub <noreply@github.com>2020-12-20 22:27:42 (GMT)
commitab74c014ae514fde7487542ec96ef45235aa86b0 (patch)
tree95f63ef81a87a9d975421287d6d0dbe1b24f4e2e /Misc
parentc95f8bc2700b42f4568886505a819816c9b0ba28 (diff)
downloadcpython-ab74c014ae514fde7487542ec96ef45235aa86b0.zip
cpython-ab74c014ae514fde7487542ec96ef45235aa86b0.tar.gz
cpython-ab74c014ae514fde7487542ec96ef45235aa86b0.tar.bz2
bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-08-11-17-44-07.bpo-31904.cb13ea.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-11-17-44-07.bpo-31904.cb13ea.rst b/Misc/NEWS.d/next/Library/2020-08-11-17-44-07.bpo-31904.cb13ea.rst
new file mode 100644
index 0000000..a7164b7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-08-11-17-44-07.bpo-31904.cb13ea.rst
@@ -0,0 +1 @@
+Fix site and sysconfig modules for VxWorks RTOS which has no home directories.