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 pitrou
Recipients pitrou
Date 2013-02-02.22:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359843352.18.0.227762212958.issue17107@psf.upfronthosting.co.za>
In-reply-to
Content
Right now test_sni in test_urllib2net is skipped with the message "test disabled - test server needed". But the ssl module now has server-side SNI support, and therefore we could implement this test with a local server (and perhaps move it to test_urllib2_localnet).
History
Date User Action Args
2013-02-02 22:15:52pitrousetrecipients: + pitrou
2013-02-02 22:15:52pitrousetmessageid: <1359843352.18.0.227762212958.issue17107@psf.upfronthosting.co.za>
2013-02-02 22:15:52pitroulinkissue17107 messages
2013-02-02 22:15:52pitroucreate