Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 67e1478dba6efe60b8e1890192014b8b06dd6bd9 https://github.com/python/cpython/commit/67e1478dba6efe60b8e1890192014b8b06dd6bd9 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年07月04日 (2017年7月04日) Changed paths: A Misc/NEWS.d/next/Library/2017-07-04-13-48-21.bpo-30319.hg_3TX.rst M Modules/socketmodule.c Log Message: ----------- bpo-30319: socket.close() now ignores ECONNRESET (#2565) socket.close() was modified in Python 3.6 to raise OSError on failure: see bpo-26685.