New submission from Rémi Lapeyre <remi.lape...@henki.fr>:

xmlrpc still makes use of formatargspec which is deprecated since Python 3.5 
and raises a deprecation warning:

DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use 
`signature` and the `Signature` object directly

The proposed patch replace both uses of inspect.formatargspec by 
inspect.signature as the documentation suggest in 
https://docs.python.org/3/library/inspect.html#inspect.formatargspec.

----------
messages: 320743
nosy: remi.lapeyre
priority: normal
severity: normal
status: open
title: Replace inspect.formatargspec by inspect.signature in xmlrpc module

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to