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 aalex
Recipients aalex
Date 2010-03-15.19:15:04
SpamBayes Score 0.17039967
Marked as misclassified No
Message-id <1268680506.54.0.712056752351.issue8150@psf.upfronthosting.co.za>
In-reply-to
Content
urllib.request can not support many standard HTTP 1.1 METHODS including HEAD, PUT, DELETE.

Adding this would be trivial (either as a special header "METHOD") or its own paramater, creating additional use, with little or no drawback.
History
Date User Action Args
2010-03-15 19:15:06aalexsetrecipients: + aalex
2010-03-15 19:15:06aalexsetmessageid: <1268680506.54.0.712056752351.issue8150@psf.upfronthosting.co.za>
2010-03-15 19:15:05aalexlinkissue8150 messages
2010-03-15 19:15:04aalexcreate