[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 15:59:45 CEST 2013


Kristján Valur Jónsson added the comment:

Antoine, are you suggesting that we remove the current c-level capability to use file system files (using open()) and just go with raw bytes data at the C api level, and then do the 'filename or filelike object' in Python land?

----------

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


More information about the Python-bugs-list mailing list