]> granicus.if.org Git - python/commit
Explicitly close rfile and wfile in StreamRequestHandler.finish() --
authorGuido van Rossum <guido@python.org>
Fri, 3 Apr 1998 16:49:52 +0000 (16:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Apr 1998 16:49:52 +0000 (16:49 +0000)
commit1d5102cac1d06a604230b5efdf651e2297763ca2
tree63c2ae594e3665b94421dbae4134d98eabb3a8df
parenta90c78b9186f5ba8d91d3be0e684f81f2068c771
Explicitly close rfile and wfile in StreamRequestHandler.finish() --
mostly for jpython.
Lib/SocketServer.py