Re: [Python-Dev] Clarification of PEP 476 "opting out" section

2015-05-06 Thread Nick Coghlan
On 30 Apr 2015 5:59 pm, "M.-A. Lemburg" wrote: > On 30.04.2015 02:33, Nick Coghlan wrote: > > Hi folks, > > > > This is just a note to highlight the fact that I tweaked the "Opting > > out" section in PEP 476 based on various discussions I've had over the > > past few months: https://hg.python.or

Re: [Python-Dev] Clarification of PEP 476 "opting out" section

2015-04-30 Thread Antoine Pitrou
On Thu, 30 Apr 2015 09:59:34 +0200 "M.-A. Lemburg" wrote: > > Can we please make the monkeypatch a regular part of Python's > site.py which can enabled via an environment variable, say > export PYTHONHTTPSVERIFY=0. -1 (already explained in the bug below). > See http://bugs.python.org/issue23857

Re: [Python-Dev] Clarification of PEP 476 "opting out" section

2015-04-30 Thread M.-A. Lemburg
On 30.04.2015 02:33, Nick Coghlan wrote: > Hi folks, > > This is just a note to highlight the fact that I tweaked the "Opting > out" section in PEP 476 based on various discussions I've had over the > past few months: https://hg.python.org/peps/rev/dfd96ee9d6a8 > > The notable changes: > > * the

[Python-Dev] Clarification of PEP 476 "opting out" section

2015-04-29 Thread Nick Coghlan
Hi folks, This is just a note to highlight the fact that I tweaked the "Opting out" section in PEP 476 based on various discussions I've had over the past few months: https://hg.python.org/peps/rev/dfd96ee9d6a8 The notable changes: * the example monkeypatching code handles AttributeError when lo