commit | 35c0809158be7feae4c4f877a08b93baea2d8291 | [log] [tgz] |
---|---|---|
author | Nicolas NoƩ <nicolas@niconoe.org> | Mon Jul 16 10:46:04 2018 +0200 |
committer | Victor Stinner <vstinner@redhat.com> | Mon Jul 16 10:46:04 2018 +0200 |
tree | 4f48d46420e1261fdbb7e5da6027c8e2eb1db331 | |
parent | bd47384e07bde38a8f18b90b4cea02a505d95c75 [diff] |
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) Replace deprecated inspect.getfullargspec() with inspect.signature().