Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: venv.create doesn't include prompt parameter #80456

Closed
csabella opened this issue Mar 13, 2019 · 5 comments
Closed

DOC: venv.create doesn't include prompt parameter #80456

csabella opened this issue Mar 13, 2019 · 5 comments
Assignees
Labels
3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@csabella
Copy link
Contributor

BPO 36275
Nosy @Mariatta, @csabella, @miss-islington, @skoslowski
PRs
  • bpo-36275: enhance documentation for venv.create() #13114
  • [3.7] bpo-36275: enhance documentation for venv.create() (GH-13114) #13131
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/Mariatta'
    closed_at = <Date 2019-05-06.18:55:13.221>
    created_at = <Date 2019-03-13.00:05:49.392>
    labels = ['type-feature', '3.8', 'docs']
    title = "DOC: venv.create doesn't include prompt parameter"
    updated_at = <Date 2019-05-06.19:26:10.814>
    user = 'https://github.com/csabella'

    bugs.python.org fields:

    activity = <Date 2019-05-06.19:26:10.814>
    actor = 'miss-islington'
    assignee = 'Mariatta'
    closed = True
    closed_date = <Date 2019-05-06.18:55:13.221>
    closer = 'cheryl.sabella'
    components = ['Documentation']
    creation = <Date 2019-03-13.00:05:49.392>
    creator = 'cheryl.sabella'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36275
    keywords = ['patch']
    message_count = 5.0
    messages = ['337819', '341539', '341598', '341601', '341614']
    nosy_count = 4.0
    nosy_names = ['Mariatta', 'cheryl.sabella', 'miss-islington', 'skoslowski']
    pr_nums = ['13114', '13131']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36275'
    versions = ['Python 3.8']

    @csabella
    Copy link
    Contributor Author

    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.

    @csabella csabella added the 3.8 only security fixes label Mar 13, 2019
    @csabella csabella added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Mar 13, 2019
    @skoslowski
    Copy link
    Mannequin

    skoslowski mannequin commented May 6, 2019

    I would like to work on this.

    @csabella
    Copy link
    Contributor Author

    csabella commented May 6, 2019

    New changeset 3921b1c by Cheryl Sabella (Sebastian Koslowski) in branch 'master':
    bpo-36275: enhance documentation for venv.create() (GH-13114)
    3921b1c

    @csabella
    Copy link
    Contributor Author

    csabella commented May 6, 2019

    @skoslowski

    Thank you for the PR!

    @csabella csabella closed this as completed May 6, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 9a03c77 by Miss Islington (bot) in branch '3.7':
    bpo-36275: enhance documentation for venv.create() (GH-13114)
    9a03c77

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants