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

Use new exception handling syntax in Subprocess documentation #60536

Closed
berkerpeksag opened this issue Oct 26, 2012 · 4 comments
Closed

Use new exception handling syntax in Subprocess documentation #60536

berkerpeksag opened this issue Oct 26, 2012 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@berkerpeksag
Copy link
Member

BPO 16332
Nosy @jcea, @ezio-melotti, @berkerpeksag
Files
  • subprocess-exception-2.7.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 = 'https://github.com/ezio-melotti'
    closed_at = <Date 2012-10-26.20:11:02.110>
    created_at = <Date 2012-10-26.20:03:28.965>
    labels = ['type-feature', 'docs']
    title = 'Use new exception handling syntax in Subprocess documentation'
    updated_at = <Date 2012-10-28.01:59:05.708>
    user = 'https://github.com/berkerpeksag'

    bugs.python.org fields:

    activity = <Date 2012-10-28.01:59:05.708>
    actor = 'jcea'
    assignee = 'ezio.melotti'
    closed = True
    closed_date = <Date 2012-10-26.20:11:02.110>
    closer = 'ezio.melotti'
    components = ['Documentation']
    creation = <Date 2012-10-26.20:03:28.965>
    creator = 'berker.peksag'
    dependencies = []
    files = ['27733']
    hgrepos = []
    issue_num = 16332
    keywords = ['patch']
    message_count = 4.0
    messages = ['173881', '173882', '173883', '173989']
    nosy_count = 5.0
    nosy_names = ['jcea', 'ezio.melotti', 'docs@python', 'python-dev', 'berker.peksag']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue16332'
    versions = ['Python 2.7']

    @berkerpeksag
    Copy link
    Member Author

    @berkerpeksag berkerpeksag added the docs Documentation in the Doc dir label Oct 26, 2012
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 26, 2012

    New changeset 7a69b4077afb by Ezio Melotti in branch '2.7':
    bpo-16332: use "except OSError as e" in subprocess docs. Patch by Berker Peksag.
    http://hg.python.org/cpython/rev/7a69b4077afb

    @ezio-melotti
    Copy link
    Member

    Fixed, thanks for the patch!

    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label Oct 26, 2012
    @jcea
    Copy link
    Member

    jcea commented Oct 28, 2012

    Related issue bpo-16341.

    @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-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants