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

Antoine Pitrou report at bugs.python.org
Tue Jun 25 16:39:19 CEST 2013


Antoine Pitrou 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?

Yes, I think that's reasonable. Hopefully it won't break any existing uses.

----------

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


More information about the Python-bugs-list mailing list