You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: