[issue24021] Add docstring to urllib.urlretrieve

2015-08-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 659f5adc2354 by Robert Collins in branch '3.4': Issue #24021: docstring for urllib.urlcleanup. https://hg.python.org/cpython/rev/659f5adc2354 New changeset 6fd69aeb8a3b by Robert Collins in branch '3.5': Issue #24021: docstring for

[issue24021] Add docstring to urllib.urlretrieve

2015-08-03 Thread Peter Lovett
Peter Lovett added the comment: Updated patch to 3.6 urlretrieve now has a decent docstring; this patch just adds a docstring to urlcleanup. -- nosy: +PeterLovett versions: +Python 3.6 -Python 2.7 Added file: http://bugs.python.org/file40121/issue-24021.patch

[issue24021] Add docstring to urllib.urlretrieve

2015-08-03 Thread Robert Collins
Robert Collins added the comment: Applied to 3.4 and up. Thanks for the patch. -- nosy: +rbcollins resolution: - fixed stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24021

[issue24021] Add docstring to urllib.urlretrieve

2015-05-24 Thread Daniel Andrade Groppe
Daniel Andrade Groppe added the comment: Adding docstrings for urllib.urlretrieve() and urlib.cleanup() for Python 2.7. -- keywords: +patch nosy: +Daniel.Andrade.Groppe Added file: http://bugs.python.org/file39488/urllib_2.7.patch ___ Python tracker

[issue24021] Add docstring to urllib.urlretrieve

2015-04-26 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- keywords: +easy stage: - needs patch title: document urllib.urlretrieve - Add docstring to urllib.urlretrieve type: - enhancement versions: +Python 3.4, Python 3.5 ___ Python tracker