Skip to content

some codes have SyntaxError in python high version #72

@QJZX

Description

@QJZX

Syntax location: HttpLibrary/init.py :row 16,551

except ValueError, e:

It should be like this in high version of python:

expect ValueError as e:

If it wants to be compatible with low version, please add a if(sys.version_info.major>3&&sys.version_info.minor<7)to select which usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions