[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> committed/rejected status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list maili

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Eli Bendersky
Changes by Eli Bendersky : -- resolution: accepted -> fixed status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Roundup Robot
Roundup Robot added the comment: 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.

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3e0bc155ca2 by Eli Bendersky in branch '2.7': Issue #11855: Apply missing formatting for urlretrieve http://hg.python.org/cpython/rev/d3e0bc155ca2 -- nosy: +python-dev ___ Python tracker

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Eli Bendersky
Eli Bendersky added the comment: Agreed. Will fix -- keywords: +easy nosy: +eli.bendersky priority: normal -> low resolution: -> accepted versions: -Python 3.4 ___ Python tracker

[issue11855] urlretrieve --> urlretrieve()

2011-04-16 Thread Boštjan Mejak
New submission from Boštjan Mejak : 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 me