New submission from Cheryl Sabella <cheryl.sabe...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to