mirror of https://github.com/python/cpython
Use boolean name
This commit is contained in:
parent
10a16dea74
commit
ce100d8d4c
|
@ -481,7 +481,7 @@ class SimpleXMLRPCServer(SocketServer.TCPServer,
|
|||
allow_reuse_address = True
|
||||
|
||||
def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler,
|
||||
logRequests=1, allow_none=False):
|
||||
logRequests=True, allow_none=False):
|
||||
self.logRequests = logRequests
|
||||
|
||||
SimpleXMLRPCDispatcher.__init__(self, allow_none)
|
||||
|
|
Loading…
Reference in New Issue