diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-08 18:04:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 18:04:47 (GMT) |
commit | 5edb83241f2ff899917e895092aca0216faf42d3 (patch) | |
tree | 40386257a2624efa428967f4af52550a52cadd2a /Doc/using | |
parent | 951d680d56d8c32556437a86f6b42f221635b97f (diff) | |
download | cpython-5edb83241f2ff899917e895092aca0216faf42d3.zip cpython-5edb83241f2ff899917e895092aca0216faf42d3.tar.gz cpython-5edb83241f2ff899917e895092aca0216faf42d3.tar.bz2 |
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 3e07972..f91ab02 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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 |