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

Vinay Sajip webhook-mailer at python.org
Fri Jun 1 13:57:15 EDT 2018


https://github.com/python/cpython/commit/283e12f91db1a5290f2ddbddee406797fec39d2e
commit: 283e12f91db1a5290f2ddbddee406797fec39d2e
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: 2018年06月01日T18:57:12+01:00
summary:
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (#7300)
(cherry picked from commit c0d341d49b3ffc8b0037e501c246271be9c69f55)
Co-authored-by: Vinay Sajip <vinay_sajip at yahoo.co.uk>
files:
M Doc/library/venv.rst
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 6707be7fc820..035fac41c52c 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -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


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /