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 Claudiu.Popa
Recipients Claudiu.Popa, docs@python, eric.araujo, ezio.melotti
Date 2014-01-19.19:13:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390158807.7.0.693271851403.issue19906@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, it sounds better. There's an additional warning in urllib.urlopen which states a similar thing:

    warnpy3k("urllib.urlopen() has been removed in Python 3.0 in "
             "favor of urllib2.urlopen()", stacklevel=2)
History
Date User Action Args
2014-01-19 19:13:27Claudiu.Popasetrecipients: + Claudiu.Popa, ezio.melotti, eric.araujo, docs@python
2014-01-19 19:13:27Claudiu.Popasetmessageid: <1390158807.7.0.693271851403.issue19906@psf.upfronthosting.co.za>
2014-01-19 19:13:27Claudiu.Popalinkissue19906 messages
2014-01-19 19:13:27Claudiu.Popacreate