Christian Heimes added the comment:

A dict subclass? Oh heck ...

I have slightly different plans. But first, do you agree that the _ssl C 
extension and all its methods are consider an internal API? How about the _ssl 
module's method returns X509 objects and the Python module calls methods on the 
X509 object like get_info() -> dict or get_der() -> bytes?

----------

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

Reply via email to