[Python-checkins] bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)

Vinay Sajip webhook-mailer at python.org
Fri Jun 1 05:08:36 EDT 2018


https://github.com/python/cpython/commit/c0d341d49b3ffc8b0037e501c246271be9c69f55
commit: c0d341d49b3ffc8b0037e501c246271be9c69f55
branch: master
author: Vinay Sajip <vinay_sajip at yahoo.co.uk>
committer: GitHub <noreply at github.com>
date: 2018-06-01T10:08:33+01:00
summary:

bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)

files:
M Doc/library/venv.rst

diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 1fff7bc4bfb2..b85d642ee61c 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -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



More information about the Python-checkins mailing list