[issue16487] Allow ssl certificates to be specified from memory rather than files.

Kristján Valur Jónsson report at bugs.python.org
Tue Jun 25 10:34:42 CEST 2013


Kristján Valur Jónsson added the comment:

ok, I concede that a file-like object makes sense from a polymorphism point of view.  It makes no sense from a streaming point of view.  A caller can then wrap their data into a StringIO instance.

I'll rework the patch in the manner you suggest.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16487>
_______________________________________


More information about the Python-bugs-list mailing list