summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFilipe Laíns 🇵🇸 <lains@riseup.net>2024-11-27 23:32:54 (GMT)
committerGitHub <noreply@github.com>2024-11-27 23:32:54 (GMT)
commit3a77980002845c22e5b294ca47a12d62bf5baf53 (patch)
tree9c355ffda9561bb593806034ae6b4b5658425176 /Misc
parent2247dd0f11058502f44b289df0e18ecc08be8657 (diff)
downloadcpython-3a77980002845c22e5b294ca47a12d62bf5baf53.zip
cpython-3a77980002845c22e5b294ca47a12d62bf5baf53.tar.gz
cpython-3a77980002845c22e5b294ca47a12d62bf5baf53.tar.bz2
GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory (#127302)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-26-17-42-00.gh-issue-127178.U8hxjc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-26-17-42-00.gh-issue-127178.U8hxjc.rst b/Misc/NEWS.d/next/Library/2024-11-26-17-42-00.gh-issue-127178.U8hxjc.rst
new file mode 100644
index 0000000..b703b58
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-26-17-42-00.gh-issue-127178.U8hxjc.rst
@@ -0,0 +1,4 @@
+A ``_sysconfig_vars_(...).json`` file is now shipped in the standard library
+directory. It contains the output of :func:`sysconfig.get_config_vars` on
+the default environment encoded as JSON data. This is an implementation
+detail, and may change at any time.