[issue10050] urllib.request still has old 2.x urllib primitives

Antoine Pitrou report at bugs.python.org
Sun Mar 20 13:10:14 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> There is one comment which I forgot to mention earlier.
> 
> The current urlretrieve function is internally calling the URLOpener's
> retrieve method. 
> 
> Those URLOpener class might need a DeprecationWarning while address
> thing bug and that particular retrieve method can be updated to use
> the updated facility just as bonus till the time it survives.
> 
> Antoine - any suggestions on the last point?

Can you clarify the issue?

----------

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


More information about the Python-bugs-list mailing list