cpython: 0fb96a43d381 (original) (raw)
Mercurial > cpython
changeset 100086:0fb96a43d381
Issue #26034: Improve wording of clear parameter [#26034]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Thu, 28 Jan 2016 09:13:32 +0200 |
parents | 5764cc02244d(current diff)9c5370405393(diff) |
children | a78cbb2125a8 |
files | |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Lib/venv/__init__.py 8 |
line wrap: on
line diff
--- a/Lib/venv/init.py +++ b/Lib/venv/init.py @@ -51,8 +51,8 @@ class EnvBuilder: :param system_site_packages: If True, the system (global) site-packages dir is available to created environments.
- :param clear: Delete the contents of the environment directory if it
already exists, before environment creation.[](#l1.8)
- :param clear: If True, delete the contents of the environment directory if
:param symlinks: If True, attempt to symlink rather than copy files into virtual environment. :param upgrade: If True, upgrade an existing virtual environment. @@ -359,8 +359,8 @@ def create(env_dir, system_site_packages :param env_dir: The target directory to create an environment in. :param system_site_packages: If True, the system (global) site-packages dir is available to the environment.it already exists, before environment creation.[](#l1.10)