This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients animus, christian.heimes, docs@python, noxxi, pitrou, shevek
Date 2014-05-17.22:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400366778.2337.9.camel@fsol>
In-reply-to <1400366465.51.0.501057367372.issue21430@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2014-05-17 22:46:21pitrousetrecipients: + pitrou, shevek, christian.heimes, docs@python, animus, noxxi
2014-05-17 22:46:20pitroulinkissue21430 messages
2014-05-17 22:46:20pitroucreate