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 dwoz
Recipients dwoz, giampaolo.rodola, janssen, pitrou
Date 2013-03-19.17:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363715731.1.0.258453337852.issue17483@psf.upfronthosting.co.za>
In-reply-to
Content
In the urllib.request.urlopen on line 154 the code path that sets check_hostname to False will never run. I'm not sure what the desired behavior is. If we want to have a way to tell urlopen not to check the hostname for https connections it looks as though there needs to be some re-factoring.
History
Date User Action Args
2013-03-19 17:55:31dwozsetrecipients: + dwoz, janssen, pitrou, giampaolo.rodola
2013-03-19 17:55:31dwozsetmessageid: <1363715731.1.0.258453337852.issue17483@psf.upfronthosting.co.za>
2013-03-19 17:55:31dwozlinkissue17483 messages
2013-03-19 17:55:30dwozcreate