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:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353195749.3331.27.camel@localhost.localdomain>
In-reply-to <50A820CE.4070300@gmx.net>
Content
> > - 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
> >
> 
> I did that because that's what the old URLopener code does (ignoring POSTed data and raising an 
> IOError). The comment is actually a 1:1 copy of the old code.

Ok. I think it's better to take a fresh start here :-)
History
Date User Action Args
2012-11-17 23:43:19pitrousetrecipients: + pitrou, orsenthil, panzi, docs@python
2012-11-17 23:43:19pitroulinkissue16423 messages
2012-11-17 23:43:19pitroucreate