[New-bugs-announce] [issue32804] urllib.retrieve documentation doesn't mention context parameter

Julian O report at bugs.python.org
Thu Feb 8 20:33:21 EST 2018


New submission from Julian O <pythontracker at somethinkodd.com>:

In 2014, urlretrieve was changed to accept a context parameter to configure, for example, SSL settings.

Ref: https://github.com/python/cpython/commit/b206473ef8a7abe9abf5ab8776ea3bcb90adc747

However, 2.7.14 documentation does not mention this parameter.

> urllib.urlretrieve(url[, filename[, reporthook[, data]]])

Ref: https://docs.python.org/2/library/urllib.html

----------
assignee: docs at python
components: Documentation
messages: 311861
nosy: docs at python, julian_o
priority: normal
severity: normal
status: open
title: urllib.retrieve documentation doesn't mention context parameter
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32804>
_______________________________________


More information about the New-bugs-announce mailing list