[docs] [issue24021] document urllib.urlretrieve

Martin Panter report at bugs.python.org
Wed Apr 22 06:13:39 CEST 2015


Martin Panter added the comment:

I suspect the complaint might be about the lack of doc string, but a more specific bug report would be nice to clarify this.

$ pydoc2 urllib.urlretrieve
Help on function urlretrieve in urllib:

urllib.urlretrieve = urlretrieve(url, filename=None, reporthook=None, data=None, context=None)

$

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24021>
_______________________________________


More information about the docs mailing list