Issue36275
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.
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:12 | admin | set | github: 80456 |
| 2019-05-06 19:26:10 | miss-islington | set | nosy:
+ miss-islington messages: + msg341614 |
| 2019-05-06 18:55:13 | cheryl.sabella | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-05-06 18:54:38 | cheryl.sabella | set | messages: + msg341601 |
| 2019-05-06 18:51:22 | miss-islington | set | pull_requests: + pull_request13044 |
| 2019-05-06 18:51:19 | cheryl.sabella | set | messages: + msg341598 |
| 2019-05-06 15:55:09 | skoslowski | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request13028 |
| 2019-05-06 15:37:34 | skoslowski | set | nosy:
+ skoslowski messages: + msg341539 |
| 2019-03-13 00:05:49 | cheryl.sabella | create | |
