]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35450: reflect in docs that venv module is not always creating a copy of the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Dec 2018 20:37:45 +0000 (12:37 -0800)
committerBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 14 Dec 2018 20:37:45 +0000 (12:37 -0800)
Doc/using/venv-create.inc

index 7e8ae4a85f8af7560ee5d38422e4a655e3f53c6f..d2f76afc2789c9e53d882f9351d336b132560a1a 100644 (file)
@@ -7,9 +7,10 @@ Running this command creates the target directory (creating any parent
 directories that don't exist already) and places a ``pyvenv.cfg`` file in it
 with a ``home`` key pointing to the Python installation from which the command
 was run.  It also creates a ``bin`` (or ``Scripts`` on Windows) subdirectory
-containing a copy of the ``python`` binary (or binaries, in the case of
-Windows).  It also creates an (initially empty) ``lib/pythonX.Y/site-packages``
-subdirectory (on Windows, this is ``Lib\site-packages``). If an existing
+containing a copy/symlink of the Python binary/binaries (as appropriate for the
+platform or arguments used at environment creation time). It also creates an
+(initially empty) ``lib/pythonX.Y/site-packages`` subdirectory
+(on Windows, this is ``Lib\site-packages``). If an existing
 directory is specified, it will be re-used.
 
 .. deprecated:: 3.6