[issue1731720] urllib.urlretrieve/URLopener.retrieve - 'buff' argument

Georg Brandl report at bugs.python.org
Sun Jan 20 13:11:28 CET 2008


Georg Brandl added the comment:

Why don't you use open() and transfer the data between file objects
yourself? The point of retrieve() is to create a local file containing
the data.

Closing as "won't fix".

----------
nosy: +georg.brandl
resolution:  -> wont fix
status: open -> closed

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1731720>
_____________________________________


More information about the Python-bugs-list mailing list