[issue16423] urllib data URL

Antoine Pitrou report at bugs.python.org
Sun Nov 18 00:36:39 CET 2012


Antoine Pitrou added the comment:

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.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16423>
_______________________________________


More information about the Python-bugs-list mailing list