Files
requests3/requests
Jeremy Cline 35bdfc78c9 Keep `verify` setting when no CA_BUNDLE variable exists
If the ``trust_env`` flag is set on a session and ``verify`` is ``True``
or ``None``, the environment is checked for ``CURL_CA_BUNDLE`` and
``REQUESTS_CA_BUNDLE``. Before this patch, if neither existed,
``verify`` would always be set to ``None`` rather than ``True`` even if
it was originally ``True``.

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2016-10-24 20:32:12 -04:00
..
2016-08-08 13:21:06 +01:00
2016-08-09 13:32:56 +03:00
2015-10-08 08:09:53 +01:00
2016-08-09 13:32:56 +03:00
2016-07-20 10:30:08 -06:00