[New-bugs-announce] [issue10050] urllib.request still has old 2.x urllib primitives

Antoine Pitrou report at bugs.python.org
Fri Oct 8 13:14:31 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

3.x urllib.request still has a lot of stuff inherited from 2.x urllib: URLopener, FancyURLopener, the urlretrieve implementation (perhaps others?).

Ideally, urlretrieve should be reimplemented using urlopen or build_opener, and the other stuff deprecated.

----------
assignee: orsenthil
components: Library (Lib)
messages: 118182
nosy: jhylton, orsenthil, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: urllib.request still has old 2.x urllib primitives
versions: Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list