Le 24/06/2016 12:27, Martin Panter a écrit : >>> >>> 3.4.5 final only has one change from 3.4.5rc1: the test_ssl test_options fix >>> from Matthias. > > I presume we are talking about the patch pasted at > <https://bugs.python.org/issue26867#msg268425>. > > From what I can tell, it will make the test a bit less strict on all > platforms, by not checking that OP_NO_SSLv3 can be cleared. There is > another flag for SSLv2, but I don’t think that is relevant. And I > don’t think it will break the test on other platforms that can enable > SSLv3; it just winds the scope of the test back a little bit.
Besides, I am not sure there are still platforms leaving SSLv2 enabled, except old unsupported distros perhaps. Regards Antoine. _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/