Christian Heimes added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18143>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to