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 vstinner
Recipients vstinner
Date 2014-09-05.10:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409913910.6.0.350974401324.issue22340@psf.upfronthosting.co.za>
In-reply-to
Content
Running Python 2 test suite with "python -3 -Wd" displays a lot of DeprecationWarning warnings. Just one example:

/home/haypo/prog/python/2.7/Lib/test/test_ssl.py:2368: DeprecationWarning: urllib.urlopen() has been removed in Python 3.0 in favor of urllib2.urlopen()

Attached patch fix most of them (maybe all).
History
Date User Action Args
2014-09-05 10:45:10vstinnersetrecipients: + vstinner
2014-09-05 10:45:10vstinnersetmessageid: <1409913910.6.0.350974401324.issue22340@psf.upfronthosting.co.za>
2014-09-05 10:45:10vstinnerlinkissue22340 messages
2014-09-05 10:45:10vstinnercreate