Skip to content

Commit 5edb832

Browse files
authored
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
1 parent 951d680 commit 5edb832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ PyConfig
443443
by ``--with-platlibdir``, overrideable by the ``PYTHONPLATLIBDIR``
444444
environment variable.
445445
446-
.. versionadded:: 3.10
446+
.. versionadded:: 3.9
447447
448448
.. c:member:: int buffered_stdio
449449

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ conflict.
543543
If this is set to a non-empty string, it overrides the :data:`sys.platlibdir`
544544
value.
545545

546-
.. versionadded:: 3.10
546+
.. versionadded:: 3.9
547547

548548

549549
.. envvar:: PYTHONSTARTUP

0 commit comments

Comments
 (0)