Branch: refs/heads/master Home: https://github.com/python/cpython Commit: dc1da9adc37abe30e97a0c2ea5331aeef7e062bc https://github.com/python/cpython/commit/dc1da9adc37abe30e97a0c2ea5331aeef7e062bc Author: Benjamin Peterson <benjamin at python.org> Date: 2017年06月11日 (2017年6月11日) Changed paths: M Doc/library/ssl.rst Log Message: ----------- clarify recv() and send() on SSLObject (#2100) SSLObject has recv() and send(), but they don't do any network io.