tkopecek / koji

Forked from koji 7 years ago
Clone

aa35b84 xmlrpcplus: use parent's int marshalling if possible

1 file Authored by ktdreyer 4 years ago, Committed by tkopecek 4 years ago,
    xmlrpcplus: use parent's int marshalling if possible
    
    If we have an int value between xmlrpc.MININT and xmlrpc.MAXINT, we can
    rely on stdlib's xmlrpc.Marshaller. This allows us to drop this custom
    code.
    
        
file modified
+1 -3