Skip to content

urllib2  #4

@ptmvr

Description

@ptmvr

Python 3.7 doesnt support the urllib2 reference. instead, one should replace "import urllib2" with "import urllib.request" and also replace every "urllib2" instance with "urllib.request". just a heads up for people who are using the latest python version.

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