[issue13142] Add support for other HTTP methods in urllib.request

2011-10-09 Thread Patrick Westerhoff
Patrick Westerhoff added the comment: Oh sorry, I didn’t see that one. :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13142] Add support for other HTTP methods in urllib.request

2011-10-09 Thread Ezio Melotti
Ezio Melotti added the comment: This is a duplicate of #1673007, and it also has the same patch you wrote. -- nosy: +ezio.melotti resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> urllib2 requests history + HEAD support versions: -Python 3.2

[issue13142] Add support for other HTTP methods in urllib.request

2011-10-09 Thread Patrick Westerhoff
New submission from Patrick Westerhoff : Hey, I would like to request the support of other HTTP methods (other than GET and POST) in urllib.request. While it’s actually simple enough to override the Request class to add such a possibility, I think it is far too simple to leave it out of the s