commit | dd802208a739b96b7dea0d9533e34f6410b843ce | [log] [tgz] |
---|---|---|
author | Moshe Zadka <moshez@math.huji.ac.il> | Wed Dec 13 20:39:22 2000 +0000 |
committer | Moshe Zadka <moshez@math.huji.ac.il> | Wed Dec 13 20:39:22 2000 +0000 |
tree | 956dea53fca95caad7e630b67898e9a5af5f39c6 | |
parent | a63bd1c65be930fbc42d66fc88eabd22da800d21 [diff] [blame] |
Changing allow_reuse_address's default value, and documenting it.
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py index a263f8e..c7439dd 100644 --- a/Lib/SocketServer.py +++ b/Lib/SocketServer.py
@@ -157,7 +157,7 @@ request_queue_size = 5 - allow_reuse_address = 0 + allow_reuse_address = 1 def __init__(self, server_address, RequestHandlerClass): """Constructor. May be extended, do not override."""