Message 311861 - Python tracker

Message311861

Author julian_o
Recipients docs@python, julian_o
Date 2018-02-09.01:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518140001.56.0.467229070634.issue32804@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-02-09 01:33:21julian_osetrecipients: + julian_o, docs@python
2018-02-09 01:33:21julian_osetmessageid: <1518140001.56.0.467229070634.issue32804@psf.upfronthosting.co.za>
2018-02-09 01:33:21julian_olinkissue32804 messages
2018-02-09 01:33:20julian_ocreate