This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adelfino
Recipients adelfino, docs@python
Date 2018-04-11.22:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523487424.62.0.682650639539.issue33264@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-11 22:57:04adelfinosetrecipients: + adelfino, docs@python
2018-04-11 22:57:04adelfinosetmessageid: <1523487424.62.0.682650639539.issue33264@psf.upfronthosting.co.za>
2018-04-11 22:57:04adelfinolinkissue33264 messages
2018-04-11 22:57:04adelfinocreate