This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients docs@python, orsenthil, panzi, pitrou
Date 2012-11-17.23:36:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353195399.15.0.631545740871.issue16423@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of comments:

- the patch needs a test (and docs too)
- are you sure ignoring POSTed data is the right thing to do? Shouldn't we forbid it instead?
- I think it would be nice to reference the RFC number somewhere
- not sure why you raise IOError on a bad URL; I would say ValueError is the right exception here

+1 on the general idea, by the way.
History
Date User Action Args
2012-11-17 23:36:39pitrousetrecipients: + pitrou, orsenthil, panzi, docs@python
2012-11-17 23:36:39pitrousetmessageid: <1353195399.15.0.631545740871.issue16423@psf.upfronthosting.co.za>
2012-11-17 23:36:39pitroulinkissue16423 messages
2012-11-17 23:36:39pitroucreate