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 gvanrossum
Recipients Jeremy Bustamante, berker.peksag, gvanrossum, yselivanov
Date 2017-02-01.19:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485976208.92.0.688562977849.issue29344@psf.upfronthosting.co.za>
In-reply-to
Content
OP is correct. sock_recv(), sock_sendall(), sock_connect(), sock_accept() all are functions that return Futures. The docs are wrong, as are the docstrings in the code.
History
Date User Action Args
2017-02-01 19:10:08gvanrossumsetrecipients: + gvanrossum, berker.peksag, yselivanov, Jeremy Bustamante
2017-02-01 19:10:08gvanrossumsetmessageid: <1485976208.92.0.688562977849.issue29344@psf.upfronthosting.co.za>
2017-02-01 19:10:08gvanrossumlinkissue29344 messages
2017-02-01 19:10:08gvanrossumcreate