Message132359
| 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:40 | denversc | set | recipients: + denversc, jjlee, jorend, orsenthil, pitrou, dstanek, jackdied, ajaksu2, koder_ua, ezio.melotti, eric.araujo, ipatrol, BreamoreBoy |
| 2011-03-27 19:41:40 | denversc | set | messageid: <1301254900.65.0.565345422538.issue1673007@psf.upfronthosting.co.za> |
| 2011-03-27 19:41:39 | denversc | link | issue1673007 messages |
| 2011-03-27 19:41:39 | denversc | create | |