[issue3408] urllib incomplete and urllib2 does not exist

Georg Brandl report at bugs.python.org
Fri Jul 18 20:56:15 CEST 2008


Georg Brandl <georg at python.org> added the comment:

This is expected. (Most of) the content of Python 2's urllib and urllib2
modules is now in the urllib.request submodule.  Look at the
documentation in http://docs.python.org/dev/3.0/library/urllib.request
for more details.

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

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


More information about the Python-bugs-list mailing list