Message251620
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' |
|
Date |
User |
Action |
Args |
2015-09-25 23:08:34 | martin.panter | set | recipients:
+ martin.panter, vstinner, benjamin.peterson, Arfrever, python-dev, rpointel, spil |
2015-09-25 23:08:34 | martin.panter | set | messageid: <1443222514.46.0.723098922837.issue23329@psf.upfronthosting.co.za> |
2015-09-25 23:08:34 | martin.panter | link | issue23329 messages |
2015-09-25 23:08:34 | martin.panter | create | |
|