Skip to content

Commit 1f97f06

Browse files
committed
add new platlib_path attr to venv doc
1 parent 13dc2fd commit 1f97f06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/venv.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ creation according to their needs, the :class:`EnvBuilder` class.
407407

408408
* ``lib_path`` - The purelib path for the virtual environment.
409409

410+
* ``platlib_path`` - The platlib path for the virtual environment.
411+
410412
* ``bin_path`` - The script path for the virtual environment.
411413

412414
* ``bin_name`` - The name of the script path relative to the virtual
@@ -431,6 +433,9 @@ creation according to their needs, the :class:`EnvBuilder` class.
431433
The attribute ``lib_path`` was added to the context, and the context
432434
object was documented.
433435

436+
.. versionchanged:: 3.15
437+
The attribute ``platlib_path`` was added to the context.
438+
434439
.. method:: create_configuration(context)
435440

436441
Creates the ``pyvenv.cfg`` configuration file in the environment.

0 commit comments

Comments
 (0)