summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-09 15:45:29 (GMT)
committerGitHub <noreply@github.com>2022-06-09 15:45:29 (GMT)
commit5a4af3ab030a3f3e708ee83d7d4ca3cb2d5b7360 (patch)
tree244779a03c19dc48253922057f770483b9a7c033 /Misc
parente974b3e333c9827551d434661a99d990263bf915 (diff)
downloadcpython-5a4af3ab030a3f3e708ee83d7d4ca3cb2d5b7360.zip
cpython-5a4af3ab030a3f3e708ee83d7d4ca3cb2d5b7360.tar.gz
cpython-5a4af3ab030a3f3e708ee83d7d4ca3cb2d5b7360.tar.bz2
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-09-10-12-55.gh-issue-90473.683m_C.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-09-10-12-55.gh-issue-90473.683m_C.rst b/Misc/NEWS.d/next/Library/2022-06-09-10-12-55.gh-issue-90473.683m_C.rst
new file mode 100644
index 0000000..b053a8e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-09-10-12-55.gh-issue-90473.683m_C.rst
@@ -0,0 +1,2 @@
+Emscripten and WASI have no home directory and cannot provide :pep:`370`
+user site directory.