[docs] [issue19906] Typo in urllib documentation

Ezio Melotti report at bugs.python.org
Sun Jan 19 09:23:11 CET 2014


Ezio Melotti added the comment:

I think that what the note was trying to say is that urlopen in Python 3 is equivalent to urllib2.urlopen in Python 2, so before switching to Python 3, people might want to move from urllib.urlopen to urllib2.urlopen.
Does the attached patch sound better?

----------
Added file: http://bugs.python.org/file33545/issue19906.diff

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


More information about the docs mailing list