[issue34511] I suggest to add documentation about "method" parameter of urllib.request.Request class

2018-08-27 Thread harobed
harobed added the comment:  Mariatta Wijaya Thanks. Sorry for my bad issue. -- ___ Python tracker ___ ___ Python-bugs-list

[issue34511] I suggest to add documentation about "method" parameter of urllib.request.Request class

2018-08-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: method is added in Python 3.3. You're referencing documentation of Python 3.2. The documentation is correct for later Python versions: https://docs.python.org/3.7/library/urllib.request.html#urllib.request.Request -- nosy: +Mariatta resolution: ->

[issue34511] I suggest to add documentation about "method" parameter of urllib.request.Request class

2018-08-26 Thread harobed
New submission from harobed : Hi, I see "method=None" parameter in urllib.request.Request constructor (https://github.com/python/cpython/blob/master/Lib/urllib/request.py#L327) but I don't see "method" parameter in documentation: