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 christian.heimes
Recipients brett.cannon, christian.heimes, pitrou
Date 2013-06-05.16:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370449559.97.0.920655409778.issue18143@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot that a SimpleNamespace is an unorder collection. However the order is significant. OpenSSL uses the cafile first and ignores capath if a cert in cafile matches. The path to cafile or capath is ignored when the environment key exists -- even when it doesn't point to any existing file or directory.

I think a named tuple is better here.
History
Date User Action Args
2013-06-05 16:26:00christian.heimessetrecipients: + christian.heimes, brett.cannon, pitrou
2013-06-05 16:25:59christian.heimessetmessageid: <1370449559.97.0.920655409778.issue18143@psf.upfronthosting.co.za>
2013-06-05 16:25:59christian.heimeslinkissue18143 messages
2013-06-05 16:25:59christian.heimescreate