This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brett.cannon, christian.heimes, pitrou
Date 2013-06-08.18:02:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> How about a single return value:
>
> DefaultVerifyPaths = collections.namedtuple("DefaultVerifyPaths",
>      "cafile capath openssl_cafile_env openssl_cafile openssl_capath_env openssl_capath")

Sounds good.
History
Date User Action Args
2013-06-08 18:02:56pitrousetrecipients: + pitrou, brett.cannon, christian.heimes
2013-06-08 18:02:56pitroulinkissue18143 messages
2013-06-08 18:02:56pitroucreate