summaryrefslogtreecommitdiffstats
path: root/PC/config.c
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-07-17 12:49:05 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-07-17 12:49:05 (GMT)
commit54ec79fd52e3b6a1cbc65bf85ec6da0c188f3269 (patch)
tree75b6dbc2fdd5603dba0ebb981a6ceca7f9037845 /PC/config.c
parentc57a84f41a5d7763d1cd0b648d10479d9c0c6d08 (diff)
downloadcpython-54ec79fd52e3b6a1cbc65bf85ec6da0c188f3269.zip
cpython-54ec79fd52e3b6a1cbc65bf85ec6da0c188f3269.tar.gz
cpython-54ec79fd52e3b6a1cbc65bf85ec6da0c188f3269.tar.bz2
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. ........
Diffstat (limited to 'PC/config.c')
0 files changed, 0 insertions, 0 deletions