This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: DOC: venv.create doesn't include prompt parameter
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Mariatta, cheryl.sabella, miss-islington, skoslowski
Priority: normal Keywords: patch

Created on 2019-03-13 00:05 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13114 merged skoslowski, 2019-05-06 15:55
PR 13131 merged miss-islington, 2019-05-06 18:51
Messages (5)
msg337819 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-03-13 00:05
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.
msg341539 - (view) Author: Sebastian Koslowski (skoslowski) * Date: 2019-05-06 15:37
I would like to work on this.
msg341598 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-05-06 18:51
New changeset 3921b1cc34c2fc8b8b480c19a95ec306de710fdd by Cheryl Sabella (Sebastian Koslowski) in branch 'master':
bpo-36275: enhance documentation for venv.create() (GH-13114)
https://github.com/python/cpython/commit/3921b1cc34c2fc8b8b480c19a95ec306de710fdd
msg341601 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-05-06 18:54
@skoslowski

Thank you for the PR!
msg341614 - (view) Author: miss-islington (miss-islington) Date: 2019-05-06 19:26
New changeset 9a03c773285fda707fc4ce9a69347b83afeeb49f by Miss Islington (bot) in branch '3.7':
bpo-36275: enhance documentation for venv.create() (GH-13114)
https://github.com/python/cpython/commit/9a03c773285fda707fc4ce9a69347b83afeeb49f
History
Date User Action Args
2022-04-11 14:59:12adminsetgithub: 80456
2019-05-06 19:26:10miss-islingtonsetnosy: + miss-islington
messages: + msg341614
2019-05-06 18:55:13cheryl.sabellasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-05-06 18:54:38cheryl.sabellasetmessages: + msg341601
2019-05-06 18:51:22miss-islingtonsetpull_requests: + pull_request13044
2019-05-06 18:51:19cheryl.sabellasetmessages: + msg341598
2019-05-06 15:55:09skoslowskisetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request13028
2019-05-06 15:37:34skoslowskisetnosy: + skoslowski
messages: + msg341539
2019-03-13 00:05:49cheryl.sabellacreate