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

Unnecessary argument in command example #75236

Closed
cocoatomo mannequin opened this issue Jul 27, 2017 · 4 comments
Closed

Unnecessary argument in command example #75236

cocoatomo mannequin opened this issue Jul 27, 2017 · 4 comments
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@cocoatomo
Copy link
Mannequin

cocoatomo mannequin commented Jul 27, 2017

BPO 31053
Nosy @berkerpeksag, @cocoatomo
PRs
  • bpo-31053: Fix the command example to be equivalent to previous one #2907
  • [3.6] bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) #4144
  • 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 = None
    closed_at = <Date 2017-10-27.04:47:45.203>
    created_at = <Date 2017-07-27.01:17:36.607>
    labels = ['type-bug', '3.7', 'docs']
    title = 'Unnecessary argument in command example'
    updated_at = <Date 2017-10-27.04:47:45.202>
    user = 'https://github.com/cocoatomo'

    bugs.python.org fields:

    activity = <Date 2017-10-27.04:47:45.202>
    actor = 'berker.peksag'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2017-10-27.04:47:45.203>
    closer = 'berker.peksag'
    components = ['Documentation']
    creation = <Date 2017-07-27.01:17:36.607>
    creator = 'cocoatomo'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31053
    keywords = ['patch']
    message_count = 4.0
    messages = ['299282', '305100', '305101', '305102']
    nosy_count = 3.0
    nosy_names = ['docs@python', 'berker.peksag', 'cocoatomo']
    pr_nums = ['2907', '4144']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue31053'
    versions = ['Python 3.6', 'Python 3.7']

    @cocoatomo
    Copy link
    Mannequin Author

    cocoatomo mannequin commented Jul 27, 2017

    The command example running venv module for Windows has an unnecessary argument.

    The following two command examples should be equivalent::

    ::

    c:\>c:\Python35\python -m venv c:\path\to\myenv

    ::

    c:\>python -m venv myenv c:\path\to\myenv

    (from https://docs.python.org/3/library/venv.html#creating-virtual-environments)

    @cocoatomo cocoatomo mannequin added the 3.7 (EOL) end of life label Jul 27, 2017
    @cocoatomo cocoatomo mannequin assigned docspython Jul 27, 2017
    @cocoatomo cocoatomo mannequin added the docs Documentation in the Doc dir label Jul 27, 2017
    @berkerpeksag
    Copy link
    Member

    New changeset d609b0c by Berker Peksag (cocoatomo) in branch 'master':
    bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
    d609b0c

    @berkerpeksag
    Copy link
    Member

    New changeset 37d1d96 by Berker Peksag (Miss Islington (bot)) in branch '3.6':
    bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
    37d1d96

    @berkerpeksag
    Copy link
    Member

    Thank you!

    @berkerpeksag berkerpeksag added the type-bug An unexpected behavior, bug, or error label Oct 27, 2017
    @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.7 (EOL) end of life docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant