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

2019-05-06 Thread miss-islington
miss-islington added the comment: 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 -- nosy:

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

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: @skoslowski Thank you for the PR! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

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

2019-05-06 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

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

2019-05-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +13044 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

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

2019-05-06 Thread Cheryl Sabella
Cheryl Sabella added the comment: 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

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

2019-05-06 Thread Sebastian Koslowski
Change by Sebastian Koslowski : -- keywords: +patch pull_requests: +13028 stage: needs patch -> patch review ___ Python tracker ___

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

2019-05-06 Thread Sebastian Koslowski
Sebastian Koslowski added the comment: I would like to work on this. -- nosy: +skoslowski ___ Python tracker ___ ___ Python-bugs-li

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

2019-03-12 Thread Cheryl Sabella
New submission from Cheryl Sabella : 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, wi