summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2009-07-07 09:09:10 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2009-07-07 09:09:10 (GMT)
commita5b47cea768425d025bc29379da24d2ba2d379dc (patch)
treec887b28ba59b193273288df246d75dee507a39d9 /Modules
parent783f86ecb1b3731d1c2ca2be11d3067ad8d5a4f1 (diff)
downloadcpython-a5b47cea768425d025bc29379da24d2ba2d379dc.zip
cpython-a5b47cea768425d025bc29379da24d2ba2d379dc.tar.gz
cpython-a5b47cea768425d025bc29379da24d2ba2d379dc.tar.bz2
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 'Modules')
0 files changed, 0 insertions, 0 deletions