Kaydet (Commit) 132e0e82 authored tarafından Fred Drake's avatar Fred Drake

Use False instead of 0.

üst 62a103b2
......@@ -451,7 +451,7 @@ class ThreadingMixIn:
# Decides how threads will act upon termination of the
# main process
daemon_threads = 0
daemon_threads = False
def process_request_thread(self, request, client_address):
"""Same as in BaseServer but as a thread.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment