[issue17527] PATCH as valid request method in wsgiref.validator

2015-07-26 Thread Robert Collins
Robert Collins added the comment: Applied to 2.7/3.4/3.5(for .1)/3.6 -- nosy: +rbcollins resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker __

[issue17527] PATCH as valid request method in wsgiref.validator

2015-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5919531c0b03 by Robert Collins in branch '2.7': Issue #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 #17527: Add P

[issue17527] PATCH as valid request method in wsgiref.validator

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: -> commit review versions: +Python 2.7, Python 3.5 ___ Python tracker ___ _

[issue17527] PATCH as valid request method in wsgiref.validator

2013-03-24 Thread Éric Araujo
Éric Araujo added the comment: PATCH is not formally accepted yet. OTOH many server and client libs support it and it does serve a real use case. -- nosy: +eric.araujo ___ Python tracker _

[issue17527] PATCH as valid request method in wsgiref.validator

2013-03-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: 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. -- nosy: +rhettinger ___ Python tracker

[issue17527] PATCH as valid request method in wsgiref.validator

2013-03-24 Thread R. David Murray
Changes by R. David Murray : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue17527] PATCH as valid request method in wsgiref.validator

2013-03-23 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue17527] PATCH as valid request method in wsgiref.validator

2013-03-23 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- nosy: +pje ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue17527] PATCH as valid request method in wsgiref.validator

2013-03-23 Thread Luca Sbardella
New submission from Luca Sbardella: http://tools.ietf.org/html/rfc5789 -- components: Library (Lib) files: validate.patch keywords: patch messages: 185031 nosy: lsbardel priority: normal severity: normal status: open title: PATCH as valid request method in wsgiref.validator type: behavio