Nick Coghlan added the comment: Also, note that the programmatic deprecation warning change in the patch is to the warning for `getargspec()`, so that it recommends `getfullargspec()` rather than `Signature()`.
There's no runtime deprecation warning for `getfullargspec()` in any version of Python 3.x, so projects can use it freely, regardless of target version. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27172> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com