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.

classification
Title: urlretrieve --> urlretrieve()
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Retro, docs@python, eli.bendersky, python-dev
Priority: low Keywords: easy

Created on 2011-04-16 11:54 by Retro, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg133887 - (view) Author: Boštjan Mejak (Retro) Date: 2011-04-16 11:54
A typo in the docs was found here: http://docs.python.org/library/urllib.html#urllib.urlretrieve

Two instances of the word "urlretrieve" need to be "urlretrieve()", as other instances of it are, with that fancy color and a link-like look. You know what I mean. If you care, please fix this.
msg133888 - (view) Author: Eli Bendersky (eli.bendersky) * (Python committer) Date: 2011-04-16 12:05
Agreed. Will fix
msg133889 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-16 12:10
New changeset d3e0bc155ca2 by Eli Bendersky in branch '2.7':
Issue #11855: Apply missing formatting for urlretrieve
http://hg.python.org/cpython/rev/d3e0bc155ca2
msg133890 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-16 12:18
New changeset a6d9f9329070 by Eli Bendersky in branch '3.1':
Issue #11855: Apply missing formatting for urlretrieve
http://hg.python.org/cpython/rev/a6d9f9329070

New changeset 0f1199858714 by Eli Bendersky in branch '3.2':
Issue #11855: merge from 3.1
http://hg.python.org/cpython/rev/0f1199858714

New changeset c49c595e4214 by Eli Bendersky in branch 'default':
Issue #11855: merge from 3.2
http://hg.python.org/cpython/rev/c49c595e4214
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56064
2011-04-16 20:17:09ezio.melottisetstatus: pending -> closed
stage: resolved
2011-04-16 12:19:50eli.benderskysetstatus: open -> pending
resolution: accepted -> fixed
2011-04-16 12:18:21python-devsetmessages: + msg133890
2011-04-16 12:10:55python-devsetnosy: + python-dev
messages: + msg133889
2011-04-16 12:05:52eli.benderskysetpriority: normal -> low

versions: - Python 3.4
keywords: + easy
nosy: + eli.bendersky

messages: + msg133888
resolution: accepted
2011-04-16 11:54:02Retrocreate