[3.7] bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) by miss-islington · Pull Request #8294 · python/cpython

Conversation

Replace deprecated inspect.getfullargspec() with inspect.signature().
(cherry picked from commit 35c0809)

Co-authored-by: Nicolas Noé <nicolas@niconoe.org>

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Labels