[issue23857] Make default HTTPS certificate verification setting configurable

Nick Coghlan report at bugs.python.org
Thu Mar 10 06:03:40 EST 2016


Nick Coghlan added the comment:

The attached patch adds documentation (to the ssl module docs, the environment variable descriptions and the 2.7 What's New) and also fixes the PYTHONHTTPSVERIFY tests to use a subprocess so they can still run under -E.

Assuming the docs pass muster, then the only bit missing should be the NEWS entry.

----------
stage:  -> commit review
Added file: http://bugs.python.org/file42112/pep493_with_docs.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23857>
_______________________________________


More information about the Python-bugs-list mailing list