Add expanded method support to urllib - Code Review (original) (raw)
Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by dstanek
Modified:
9 years, 6 months ago
Reviewers:
Visibility:
Public.
Description
This is a patch to add HEAD, PUT and DELETE support to urllib. It spawned from http://bugs.python.org/issue1673007.
Patch Set 1#
Patch Set 2 : Added a DELETE test#
Created: 14 years, 10 months ago
Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+24 lines, -4 lines) | Patch | ||||
---|---|---|---|---|---|---|---|---|
![]() |
M | Lib/test/test_urllib.py | View | 1 | 2 chunks | +18 lines, -1 line | 0 comments | Download |
![]() |
M | Lib/urllib/request.py | View | 1 chunk | +6 lines, -3 lines | 0 comments | Download |