]> granicus.if.org Git - python/commitdiff
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Jun 2018 17:57:12 +0000 (10:57 -0700)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 1 Jun 2018 17:57:12 +0000 (18:57 +0100)
(cherry picked from commit c0d341d49b3ffc8b0037e501c246271be9c69f55)

Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Doc/library/venv.rst

index 6707be7fc820ddc52e34307323555cebbbe145b3..035fac41c52c6deb449f7ba80280429cfc0db652 100644 (file)
@@ -109,8 +109,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