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

PATCH as valid request method in wsgiref.validator #61729

Closed
lsbardel mannequin opened this issue Mar 23, 2013 · 6 comments
Closed

PATCH as valid request method in wsgiref.validator #61729

lsbardel mannequin opened this issue Mar 23, 2013 · 6 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@lsbardel
Copy link
Mannequin

lsbardel mannequin commented Mar 23, 2013

BPO 17527
Nosy @warsaw, @rhettinger, @pjeby, @rbtcollins, @merwok, @berkerpeksag
Files
  • validate.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 2015-07-26.22:48:32.236>
    created_at = <Date 2013-03-23.10:23:37.620>
    labels = ['type-feature', 'library']
    title = 'PATCH as valid request method in wsgiref.validator'
    updated_at = <Date 2015-07-26.22:48:32.230>
    user = 'https://bugs.python.org/lsbardel'

    bugs.python.org fields:

    activity = <Date 2015-07-26.22:48:32.230>
    actor = 'rbcollins'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-07-26.22:48:32.236>
    closer = 'rbcollins'
    components = ['Library (Lib)']
    creation = <Date 2013-03-23.10:23:37.620>
    creator = 'lsbardel'
    dependencies = []
    files = ['29552']
    hgrepos = []
    issue_num = 17527
    keywords = ['patch']
    message_count = 6.0
    messages = ['185031', '185155', '185177', '235915', '247448', '247449']
    nosy_count = 8.0
    nosy_names = ['barry', 'rhettinger', 'pje', 'rbcollins', 'eric.araujo', 'lsbardel', 'python-dev', 'berker.peksag']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue17527'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5', 'Python 3.6']

    @lsbardel
    Copy link
    Mannequin Author

    lsbardel mannequin commented Mar 23, 2013

    @lsbardel lsbardel mannequin added type-bug An unexpected behavior, bug, or error stdlib Python modules in the Lib dir labels Mar 23, 2013
    @bitdancer bitdancer added type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Mar 24, 2013
    @rhettinger
    Copy link
    Contributor

    I think this can be applied to old versions of Python as well. It was an unintentional omission from the last of valid HTTP verbs. There is nothing new here.

    @merwok
    Copy link
    Member

    merwok commented Mar 25, 2013

    PATCH is not formally accepted yet. OTOH many server and client libs support it and it does serve a real use case.

    @berkerpeksag
    Copy link
    Member

    LGTM.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jul 26, 2015

    New changeset 5919531c0b03 by Robert Collins in branch '2.7':
    Issue bpo-17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
    https://hg.python.org/cpython/rev/5919531c0b03

    New changeset 1a5b3dbafcca by Robert Collins in branch '3.4':
    Issue bpo-17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
    https://hg.python.org/cpython/rev/1a5b3dbafcca

    New changeset cb0c56f87a47 by Robert Collins in branch '3.5':
    Issue bpo-17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
    https://hg.python.org/cpython/rev/cb0c56f87a47

    New changeset d8d148624004 by Robert Collins in branch 'default':
    Issue bpo-17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
    https://hg.python.org/cpython/rev/d8d148624004

    @rbtcollins
    Copy link
    Member

    Applied to 2.7/3.4/3.5(for .1)/3.6

    @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
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    5 participants