From 15f54e1e003fd9f6ec40a194906740a19f1a9fe3 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Fri, 1 Jun 2018 08:46:21 +0100 Subject: [PATCH] bpo-32519: Removed misleading sentence from EnvBuilder documentation. --- Doc/library/venv.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 1fff7bc4bfb22b..b85d642ee61c52 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