8000 [3.7] bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) by miss-islington · Pull Request #8294 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.7] bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) #8294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

miss-islington
Copy link
Contributor
@miss-islington miss-islington commented Jul 16, 2018

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

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

https://bugs.python.org/issue33911

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

Co-authored-by: Nicolas Noé <nicolas@niconoe.org>
Copy link
Member
@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM, good bot.

Rationale for the backport: https://bugs.python.org/issue33911#msg321718

@vstinner vstinner merged commit bbddd66 into python:3.7 Jul 16, 2018
@miss-islington miss-islington deleted the backport-35c0809-3.7 branch July 16, 2018 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0