bpo-32519: Removed misleading sentence from EnvBuilder documentation.… · python/cpython@1df877c

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