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

Don't use a list argument together with shell=True in subprocess' docs #65546

Closed
4kir4 mannequin opened this issue Apr 24, 2014 · 4 comments
Closed

Don't use a list argument together with shell=True in subprocess' docs #65546

4kir4 mannequin opened this issue Apr 24, 2014 · 4 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@4kir4
Copy link
Mannequin

4kir4 mannequin commented Apr 24, 2014

BPO 21347
Nosy @merwok, @bitdancer, @4kir4
Files
  • docs-subprocess-dont_use_list_with_shell_true.patch
  • 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 2014-05-14.14:11:07.886>
    created_at = <Date 2014-04-24.19:08:42.584>
    labels = ['type-bug', 'docs']
    title = "Don't use a list argument together with shell=True in subprocess' docs"
    updated_at = <Date 2014-05-14.14:11:07.885>
    user = 'https://github.com/4kir4'

    bugs.python.org fields:

    activity = <Date 2014-05-14.14:11:07.885>
    actor = 'r.david.murray'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2014-05-14.14:11:07.886>
    closer = 'r.david.murray'
    components = ['Documentation']
    creation = <Date 2014-04-24.19:08:42.584>
    creator = 'akira'
    dependencies = []
    files = ['35026']
    hgrepos = []
    issue_num = 21347
    keywords = ['patch']
    message_count = 4.0
    messages = ['217136', '217760', '218533', '218534']
    nosy_count = 6.0
    nosy_names = ['eric.araujo', 'r.david.murray', 'cvrebert', 'docs@python', 'akira', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue21347'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    @4kir4 4kir4 mannequin assigned docspython Apr 24, 2014
    @4kir4 4kir4 mannequin added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Apr 24, 2014
    @4kir4
    Copy link
    Mannequin Author

    4kir4 mannequin commented May 2, 2014

    I've checked the same documentation patch applies to both default (3.5) and 2.7 branches.

    There are no more instances of the misleading usage left (after applying the patch).

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 14, 2014

    New changeset 5ef9a2c711f5 by R David Murray in branch '2.7':
    bpo-21347: use string not list in shell=True example.
    http://hg.python.org/cpython/rev/5ef9a2c711f5

    New changeset 3b27f3acf0c4 by R David Murray in branch '3.4':
    bpo-21347: use string not list in shell=True example.
    http://hg.python.org/cpython/rev/3b27f3acf0c4

    New changeset 217006c5455f by R David Murray in branch 'default':
    Merge: bpo-21347: use string not list in shell=True example.
    http://hg.python.org/cpython/rev/217006c5455f

    @bitdancer
    Copy link
    Member

    Thanks, Akira.

    @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
    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