This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Claudiu.Popa, docs@python, eric.araujo, ezio.melotti
Date 2014-01-19.08:23:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390119791.52.0.205795143197.issue19906@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-01-19 08:23:11ezio.melottisetrecipients: + ezio.melotti, eric.araujo, docs@python, Claudiu.Popa
2014-01-19 08:23:11ezio.melottisetmessageid: <1390119791.52.0.205795143197.issue19906@psf.upfronthosting.co.za>
2014-01-19 08:23:11ezio.melottilinkissue19906 messages
2014-01-19 08:23:11ezio.melotticreate