[issue18143] ssl.get_default_verify_paths()

Antoine Pitrou report at bugs.python.org
Sat Jun 8 20:02:56 CEST 2013


Antoine Pitrou added the comment:

> How about a single return value:
>
> DefaultVerifyPaths = collections.namedtuple("DefaultVerifyPaths",
>      "cafile capath openssl_cafile_env openssl_cafile openssl_capath_env openssl_capath")

Sounds good.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18143>
_______________________________________


More information about the Python-bugs-list mailing list