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 ...) ...
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: ...
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
Issue 12614: Allow to explicitly set the method of urllib.request.Request
Created 1 year, 10 months ago by tebeka
Modified 1 year, 10 months ago
Reviewers: eric.araujo, ezio.melotti
Base URL: None
Comments: 5