[issue36275] DOC: venv.create doesn't include prompt parameter

Cheryl Sabella report at bugs.python.org
Tue Mar 12 20:05:49 EDT 2019


New submission from Cheryl Sabella <cheryl.sabella at gmail.com>:

In the documentation for the `venv` module, there is a module-level convenience function for `create` which is missing the `prompt` parameter and the version added directive.

venv.create(env_dir, system_site_packages=False, clear=False, symlinks=False, with_pip=False)

Assigning to @Mariatta for the sprints.

----------
assignee: Mariatta
components: Documentation
messages: 337819
nosy: Mariatta, cheryl.sabella
priority: normal
severity: normal
stage: needs patch
status: open
title: DOC: venv.create doesn't include prompt parameter
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36275>
_______________________________________


More information about the Python-bugs-list mailing list