]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 73819,73821-73822,73863,73877 via svnmerge
authorAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 17 Jul 2009 12:49:05 +0000 (12:49 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Fri, 17 Jul 2009 12:49:05 +0000 (12:49 +0000)
commit54ec79fd52e3b6a1cbc65bf85ec6da0c188f3269
tree75b6dbc2fdd5603dba0ebb981a6ceca7f9037845
parentc57a84f41a5d7763d1cd0b648d10479d9c0c6d08
Blocked revisions 73819,73821-73822,73863,73877 via svnmerge

........
  r73819 | kristjan.jonsson | 2009-07-03 19:07:07 -0400 (Fri, 03 Jul 2009) | 2 lines

  http://bugs.python.org/issue6381
  some platforms may raise ENOTCONN if the stack has disconnected the socket on behalf of the peer.
........
  r73821 | kristjan.jonsson | 2009-07-03 19:26:02 -0400 (Fri, 03 Jul 2009) | 2 lines

  http://bugs.python.org/issue6267
  Incorrect exception handling for xmlrp client retry
........
  r73822 | kristjan.jonsson | 2009-07-03 19:29:50 -0400 (Fri, 03 Jul 2009) | 2 lines

  http://bugs.python.org/issue6267
  Incorrect exception handling for xmlrpc client retry
........
  r73863 | kristjan.jonsson | 2009-07-05 16:56:57 -0400 (Sun, 05 Jul 2009) | 2 lines

  http://bugs.python.org/issue6382
  close_request() (which can send a socket.shutdown()) must be called by the child process in a forking server.  The parent must merely close the socket handle.
........
  r73877 | kristjan.jonsson | 2009-07-07 05:01:34 -0400 (Tue, 07 Jul 2009) | 2 lines

  http://bugs.python.org/issue6382
  added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
........