Re: [Python-Dev] Request for pronouncement on PEP 493 (HTTPS verification backport guidance)

2015年11月26日 23:49:03 -0800

On 27 November 2015 at 17:42, Stephen J. Turnbull <[email protected]> wrote:
> Nick Coghlan writes:
>
> > This is a significant rewrite that switches the PEP to a Standards
> > Track PEP proposing two new features for 2.7.12+: an
> > "ssl._verify_https_certificates()" configuration function, and a
> > "PYTHONHTTPSVERIFY" environment variable (although writing them
> > together like that makes me wonder if the latter should now be
> > "PYTHONVERIFYHTTPS" instead).
>
> +1 on the same order of "words" in the function name and the
> evnironment variable. I tend to prefer
> "ssl._https_verify_certificates" since these aren't "HTTPS
> certificates".
Ah, yes, that would make sense, so I've just pushed an update that
switches the function name order to match the environment variable.
Cheers,
Nick.
-- 
Nick Coghlan | [email protected] | Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to