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 Arfrever, benjamin.peterson, martin.panter, python-dev, rpointel, spil, vstinner
Date 2015-09-25.23:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443222514.46.0.723098922837.issue23329@psf.upfronthosting.co.za>
In-reply-to
Content
I just tested your patch on Arch Linux with the default 3.6 Python branch. The test suite passed happily and all seems to be well:

Python 3.6.0a0 (python_have_alpn.diff qbase qtip tip:eb8ee60ace13, Sep 25 2015, 22:53:15) 
[GCC 5.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
>>> ssl.HAS_ALPN
True
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.0.2d 9 Jul 2015'
History
Date User Action Args
2015-09-25 23:08:34martin.pantersetrecipients: + martin.panter, vstinner, benjamin.peterson, Arfrever, python-dev, rpointel, spil
2015-09-25 23:08:34martin.pantersetmessageid: <1443222514.46.0.723098922837.issue23329@psf.upfronthosting.co.za>
2015-09-25 23:08:34martin.panterlinkissue23329 messages
2015-09-25 23:08:34martin.pantercreate