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

popen2.popen2() 'cmd' list syntax docstring #39885

Closed
jeffconnelly mannequin opened this issue Feb 1, 2004 · 5 comments
Closed

popen2.popen2() 'cmd' list syntax docstring #39885

jeffconnelly mannequin opened this issue Feb 1, 2004 · 5 comments
Labels
docs Documentation in the Doc dir

Comments

@jeffconnelly
Copy link
Mannequin

jeffconnelly mannequin commented Feb 1, 2004

BPO 888380
Nosy @akuchling
Files
  • popen2.py.diff: 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 2004-10-11.18:14:04.000>
    created_at = <Date 2004-02-01.00:44:29.000>
    labels = ['docs']
    title = "popen2.popen2() 'cmd' list syntax docstring"
    updated_at = <Date 2004-10-11.18:14:04.000>
    user = 'https://bugs.python.org/jeffconnelly'

    bugs.python.org fields:

    activity = <Date 2004-10-11.18:14:04.000>
    actor = 'jlgijsbers'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2004-02-01.00:44:29.000>
    creator = 'jeffconnelly'
    dependencies = []
    files = ['5799']
    hgrepos = []
    issue_num = 888380
    keywords = ['patch']
    message_count = 5.0
    messages = ['45329', '45330', '45331', '45332', '45333']
    nosy_count = 4.0
    nosy_names = ['akuchling', 'jepler', 'jlgijsbers', 'jeffconnelly']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue888380'
    versions = ['Python 2.3']

    @jeffconnelly
    Copy link
    Mannequin Author

    jeffconnelly mannequin commented Feb 1, 2004

    This simple patch documents using popen2() with a list
    as the first argument. Currently this feature is not
    documented. It is good practice to use the list-popen2
    as it avoids shell interpretation.

    @jeffconnelly jeffconnelly mannequin closed this as completed Feb 1, 2004
    @jeffconnelly jeffconnelly mannequin added the docs Documentation in the Doc dir label Feb 1, 2004
    @jeffconnelly jeffconnelly mannequin closed this as completed Feb 1, 2004
    @jeffconnelly jeffconnelly mannequin added the docs Documentation in the Doc dir label Feb 1, 2004
    @jepler
    Copy link
    Mannequin

    jepler mannequin commented Jul 10, 2004

    Logged In: YES
    user_id=2772

    Please resubmit the patch in context or unified diff format.
    ed-format diffs generally won't apply when any other
    changes have been made in that file in the meantime.

    The same or similar documentation change should also be
    applied to Popen3.__init__, Popen4.__init__ (which does't
    exist yet), popen3(), and popoen4()

    The line number in your version of the patch seems to
    indicate that the change was made within the 'if
    sys.platform[:3] == "win" ...:' block, which is where the
    advice doesn't apply.

    @akuchling
    Copy link
    Member

    Logged In: YES
    user_id=11375

    Just a reminder -- could you please update this patch so that it can be
    applied?

    @jepler
    Copy link
    Mannequin

    jepler mannequin commented Oct 8, 2004

    Logged In: YES
    user_id=2772

    see http://python.org/sf/1042705 for a new, more complete
    patch of popenX documentation

    @jlgijsbers
    Copy link
    Mannequin

    jlgijsbers mannequin commented Oct 11, 2004

    Logged In: YES
    user_id=469548

    Fixed by appling patch 1042705.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant