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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19906>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to