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
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
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
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