[New-bugs-announce] [issue33264] Remove to-be-deprecated urllib.request.urlretrieve function reference from HOWTO

Andrés Delfino report at bugs.python.org
Wed Apr 11 18:57:04 EDT 2018


New submission from Andrés Delfino <adelfino at gmail.com>:

Documentation says urllib.request.urlretrieve "might become deprecated at some point in the future".

IMHO, it's better to provide examples that do not make users rely on API that has this label.

I propose the example in the pull request to accomplish exactly the same task while not relying on urllib.request.urlretrieve.

----------
assignee: docs at python
components: Documentation
messages: 315204
nosy: adelfino, docs at python
priority: normal
severity: normal
status: open
title: Remove to-be-deprecated urllib.request.urlretrieve function reference from HOWTO
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list