Skip to content
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

inspect.getargspec() is deprecated #17

Open
davaya opened this issue May 9, 2016 · 1 comment
Open

inspect.getargspec() is deprecated #17

davaya opened this issue May 9, 2016 · 1 comment

Comments

@davaya
Copy link

davaya commented May 9, 2016

In the python3 branch of jose.py, inspect.getargspec() is used twice in _cli() (lines 574/579). This function has been deprecated since 3.0 and will be removed in 3.6. The replacement inspect.signature() was not backported to 2.7 so a clean version-independent solution is not obvious. Just a heads up - see praw-dev/praw#541 for details.

@nmurtagh
Copy link
Contributor

Thanks for the heads up! I'll fix that before I merge the branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants