Skip to content

Commit c0d341d

Browse files
authored
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)
1 parent 7ad16eb commit c0d341d

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
@@ -105,8 +105,7 @@ creation according to their needs, the :class:`EnvBuilder` class.
105105

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

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

0 commit comments

Comments
 (0)