]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 1 Jun 2018 09:08:33 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 09:08:33 +0000 (10:08 +0100)
Doc/library/venv.rst

index 1fff7bc4bfb22be7be57a3d07b74e590ac5d3378..b85d642ee61c5270ee599936374f08e77ff3491d 100644 (file)
@@ -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