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 christian.heimes, maker, pitrou
Date 2013-07-05.21:10:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373058621.53.0.0873159772734.issue18369@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-07-05 21:10:21christian.heimessetrecipients: + christian.heimes, pitrou, maker
2013-07-05 21:10:21christian.heimessetmessageid: <1373058621.53.0.0873159772734.issue18369@psf.upfronthosting.co.za>
2013-07-05 21:10:21christian.heimeslinkissue18369 messages
2013-07-05 21:10:21christian.heimescreate