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 christian.heimes
Recipients alex, christian.heimes, dstufft, janssen, nitzmahone
Date 2017-11-30.18:10:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512065409.68.0.213398074469.issue32185@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks!

3.4 and 3.5 are out of scope. They only receive security fixes.

For 3.7 https://github.com/python/cpython/compare/master...tiran:openssl_check_hostname will take care of the issue

2.7 and 3.6 are a bit tricky. There is no platform-compatible way to detect if a string is an IP address. inet_pton() is not available on Windows. I cannot use the OpenSSL parser because it is only available in 1.0.2+. 2.7 and 3.6 still support 0.9.8.
History
Date User Action Args
2017-11-30 18:10:09christian.heimessetrecipients: + christian.heimes, janssen, alex, dstufft, nitzmahone
2017-11-30 18:10:09christian.heimessetmessageid: <1512065409.68.0.213398074469.issue32185@psf.upfronthosting.co.za>
2017-11-30 18:10:09christian.heimeslinkissue32185 messages
2017-11-30 18:10:09christian.heimescreate