[docs] [issue21430] Document ssl.pending()

Antoine Pitrou report at bugs.python.org
Sun May 18 00:46:21 CEST 2014


Antoine Pitrou added the comment:

> I was trying to point out that for SSL enabled sockets this approach
> will no longer work and might cause odd stalling of connections,
> because select will not show the socket as readable although data are
> there for read.

You are right, this is worth mentioning in the documentation.

----------

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


More information about the docs mailing list