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 denversc
Recipients BreamoreBoy, ajaksu2, denversc, dstanek, eric.araujo, ezio.melotti, ipatrol, jackdied, jjlee, jorend, koder_ua, orsenthil, pitrou
Date 2011-03-27.19:41:39
SpamBayes Score 2.3221146e-05
Marked as misclassified No
Message-id <1301254900.65.0.565345422538.issue1673007@psf.upfronthosting.co.za>
In-reply-to
Content
I decided to take a look at this old, forgotten issue and propose an updated patch.  I like the submitter's idea that urllib.Request.__init__() should take a "method" parameter to override the return value of get_method().  I've created and attached a patch (issue1673007_urllib_Request_method_v1.patch) which implements this functionality, adds unit tests, and updates the documentation.
History
Date User Action Args
2011-03-27 19:41:40denverscsetrecipients: + denversc, jjlee, jorend, orsenthil, pitrou, dstanek, jackdied, ajaksu2, koder_ua, ezio.melotti, eric.araujo, ipatrol, BreamoreBoy
2011-03-27 19:41:40denverscsetmessageid: <1301254900.65.0.565345422538.issue1673007@psf.upfronthosting.co.za>
2011-03-27 19:41:39denversclinkissue1673007 messages
2011-03-27 19:41:39denversccreate