Re: [Python-Dev] Backwards compatibility after certificate autovalidation

2014年9月08日 15:38:56 -0700

On 9 Sep 2014 03:25, "Jim J. Jewett" <[email protected]> wrote:
> Examples of good enough:
> "Add this file to site-packages"
> "Add this environment variable with this setting"
> "Add this command line switch to your launch script"
The monkeypatching hack I proposed would work correctly in sitecustomize
(or a *.pth file). Cost would be loading httplib in all cases.
A -X option for "noverifyhttps" might also be feasible.
Cheers,
Nick.
_______________________________________________
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