Skip to content

sx/w3c/css.py:40: DeprecationWarning: the sets module is deprecated #15

@jerzyk

Description

@jerzyk

maybe this simple workaround will be useful?

try:
    set
except NameError:
    from sets import Set as set   # Python 2.3 fallback

then use set instead sets.Set in line 529

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