[docs] [issue16423] urllib data URL
Antoine Pitrou
report at bugs.python.org
Sun Nov 18 12:38:27 CET 2012
Antoine Pitrou added the comment:
> On 11/18/2012 12:36 AM, Antoine Pitrou wrote:
> >
> > - 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?
>
> Btw.: The file:// protocol handler also just ignores posted data, so I think the data url handler
> shouldn't deviate from that. Either both raise an error when data is posted or none.
Ah, fair enough, then. Thanks for the updated patch, I'll take a look
(unless someone beats me to it).
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16423>
_______________________________________
More information about the docs
mailing list