]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
authorVictor Stinner <vstinner@python.org>
Mon, 8 Jun 2020 18:04:47 +0000 (20:04 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 18:04:47 +0000 (20:04 +0200)
Doc/c-api/init_config.rst
Doc/using/cmdline.rst

index c51b157bbb33eb0e2490f09f25f22c19ed34fb14..b7298ba825d3cec4c7b61b24cd5c52ad5b386346 100644 (file)
@@ -443,7 +443,7 @@ PyConfig
       by ``--with-platlibdir``, overrideable by the ``PYTHONPLATLIBDIR``
       environment variable.
 
-      .. versionadded:: 3.10
+      .. versionadded:: 3.9
 
    .. c:member:: int buffered_stdio
 
index 3e0797279d6bfa056f202c6867dc7e3c1b78e627..f91ab020da5cf29485adc8b1099076f14d935dc9 100644 (file)
@@ -543,7 +543,7 @@ conflict.
    If this is set to a non-empty string, it overrides the :data:`sys.platlibdir`
    value.
 
-   .. versionadded:: 3.10
+   .. versionadded:: 3.9
 
 
 .. envvar:: PYTHONSTARTUP