Skip to content

Commit 1df877c

Browse files
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (GH-7299)
(cherry picked from commit c0d341d) Co-authored-by: Vinay Sajip <[email protected]>
1 parent 461ad59 commit 1df877c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/venv.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
109109

110110
* ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
111111
Python binary (and any necessary DLLs or other binaries,
112-
e.g. ``pythonw.exe``), rather than copying. Defaults to ``True`` on Linux and
113-
Unix systems, but ``False`` on Windows.
112+
e.g. ``pythonw.exe``), rather than copying.
114113

115114
* ``upgrade`` -- a Boolean value which, if true, will upgrade an existing
116115
environment with the running Python - for use when that Python has been

0 commit comments

Comments
 (0)