mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)
This commit is contained in:
parent
7ad16eb51c
commit
c0d341d49b
1 changed files with 1 additions and 2 deletions
|
|
@ -105,8 +105,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
|
|||
|
||||
* ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
|
||||
Python binary (and any necessary DLLs or other binaries,
|
||||
e.g. ``pythonw.exe``), rather than copying. Defaults to ``True`` on Linux and
|
||||
Unix systems, but ``False`` on Windows.
|
||||
e.g. ``pythonw.exe``), rather than copying.
|
||||
|
||||
* ``upgrade`` -- a Boolean value which, if true, will upgrade an existing
|
||||
environment with the running Python - for use when that Python has been
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue