[issue22564] ssl: post-commit review of the new memory BIO API

Antoine Pitrou report at bugs.python.org
Mon Oct 6 16:14:21 CEST 2014


Antoine Pitrou added the comment:

+.. attribute:: SSLSocket.server_hostname
+
+   A ``bytes`` instance (...)

Ah, this is a mistake. It's actually always a str instance (on SSLObject as well).

----------

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


More information about the Python-bugs-list mailing list