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 progval
Recipients progval
Date 2015-12-25.14:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451054715.95.0.578529633079.issue25951@psf.upfronthosting.co.za>
In-reply-to
Content
socket.sendall() returns None if it succeeded <https://docs.python.org/3/library/socket.html#socket.socket.sendall>
SSLSocket.sendall() is said to have the same behavior as socket.sendall(), besides not allowing flags <https://docs.python.org/3/library/ssl.html#ssl.SSLSocket>

However, SSLSocket.sendall() returns the amount of bytes written on success.
History
Date User Action Args
2015-12-25 14:45:16progvalsetrecipients: + progval
2015-12-25 14:45:15progvalsetmessageid: <1451054715.95.0.578529633079.issue25951@psf.upfronthosting.co.za>
2015-12-25 14:45:15progvallinkissue25951 messages
2015-12-25 14:45:15progvalcreate