Thanks to visit codestin.com
Credit goes to github.com

Skip to content

inspect.getargspec() is deprecated  #17

@davaya

Description

@davaya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions