]> granicus.if.org Git - python/commit
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
authorNicolas Noé <nicolas@niconoe.org>
Mon, 16 Jul 2018 08:46:04 +0000 (10:46 +0200)
committerVictor Stinner <vstinner@redhat.com>
Mon, 16 Jul 2018 08:46:04 +0000 (10:46 +0200)
commit35c0809158be7feae4c4f877a08b93baea2d8291
tree4f48d46420e1261fdbb7e5da6027c8e2eb1db331
parentbd47384e07bde38a8f18b90b4cea02a505d95c75
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)

Replace deprecated inspect.getfullargspec() with inspect.signature().
Lib/xmlrpc/server.py