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 martin.panter
Recipients bbrazil, drocco, martin.panter, meador.inge, orsenthil, python-dev
Date 2016-02-05.01:57:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454637425.88.0.348681824092.issue12923@psf.upfronthosting.co.za>
In-reply-to
Content
One extra change I made to test_redirect_limit_independent() was to stop relying on _urlopener being created before we call urlopen(). As a consequence, in the Python 3 tests I made a wrapper around FancyURLopener to suppress the deprecation warning.
History
Date User Action Args
2016-02-05 01:57:06martin.pantersetrecipients: + martin.panter, orsenthil, meador.inge, bbrazil, python-dev, drocco
2016-02-05 01:57:05martin.pantersetmessageid: <1454637425.88.0.348681824092.issue12923@psf.upfronthosting.co.za>
2016-02-05 01:57:05martin.panterlinkissue12923 messages
2016-02-05 01:57:05martin.pantercreate