Martin Panter added the comment:

For non-blocking SSL sockets, the Python documentation suggests the results of 
select() do not directly indicate if data can be sent or received: 
<https://docs.python.org/dev/library/ssl.html#ssl-nonblocking>. I guess this 
would also apply to blocking SSL sockets.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25919>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to