Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(201)

#12614: Allow to explicitly set the method of urllib.request.Request

Can't Edit
Can't Publish+Mail
Start Review
Created:
1 year, 10 months ago by miki.tebeka
Modified:
1 year, 10 months ago
Reviewers:
merwok, ezio.melotti
CC:
tebeka, orsenthil, eric.araujo
Visibility:
Public.

Patch Set 1 #

Total comments: 4

Patch Set 2 #

Total comments: 1

Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
Doc/library/urllib.request.rst View 4 chunks +7 lines, -3 lines 0 comments Download
Lib/test/test_urllib2.py View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
Lib/urllib/request.py View 1 2 3 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 6
eric.araujo
http://bugs.python.org/review/12614/diff/3068/8107 File Doc/library/urllib.request.rst (right): http://bugs.python.org/review/12614/diff/3068/8107#newcode179 Doc/library/urllib.request.rst:179: *method* The method to use (e.g. GET, POST ...) ...
1 year, 10 months ago #1
ezio.melotti
http://bugs.python.org/review/12614/diff/3068/8107 File Doc/library/urllib.request.rst (right): http://bugs.python.org/review/12614/diff/3068/8107#newcode136 Doc/library/urllib.request.rst:136: method=None) Does this work on a newline? http://bugs.python.org/review/12614/diff/3068/8107#newcode179 Doc/library/urllib.request.rst:179: ...
1 year, 10 months ago #2
eric.araujo
http://bugs.python.org/review/12614/diff/3068/8107 File Doc/library/urllib.request.rst (right): http://bugs.python.org/review/12614/diff/3068/8107#newcode136 Doc/library/urllib.request.rst:136: method=None) On 2011/07/22 23:17:54, ezio.melotti wrote: > Does this ...
1 year, 10 months ago #3
tebeka
On 2011/07/22 23:14:44, eric.araujo wrote: > http://bugs.python.org/review/12614/diff/3068/8107 > File Doc/library/urllib.request.rst (right): > > http://bugs.python.org/review/12614/diff/3068/8107#newcode179 > ...
1 year, 10 months ago #4
tebeka
On 2011/07/22 23:52:58, eric.araujo wrote: > http://bugs.python.org/review/12614/diff/3068/8107 > File Doc/library/urllib.request.rst (right): > > http://bugs.python.org/review/12614/diff/3068/8107#newcode136 > ...
1 year, 10 months ago #5
eric.araujo
1 year, 10 months ago #6
http://bugs.python.org/review/12614/diff/3083/8147
File Lib/urllib/request.py (right):

http://bugs.python.org/review/12614/diff/3083/8147#newcode206
Lib/urllib/request.py:206: if self._method:
Should test if self._method is not None
Sign in to reply to this message.

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7