[docs] [issue14418] Document differences in SocketServer between Python 2.6 and 2.7

Martin Panter report at bugs.python.org
Mon Nov 26 05:17:48 EST 2018


Martin Panter <vadmium+py at gmail.com> added the comment:

Regarding the first point, “finish” is no longer called after an exception. This was apparently changed in 2.7.4 (see Issue 14574), but Geoffrey was referring to older documentation.

Regarding the second point, about ECONNRESET vs graceful shutdown, this seems to be due to the “shutdown” call added to in “TCPServer.close_request” in Issue 6267.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue14418>
_______________________________________


More information about the docs mailing list