Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compat: (py2) urlparse = urllib.parse (py3) #6262

Merged
merged 2 commits into from Jan 8, 2019

Commits on Oct 20, 2018

  1. compat: (py2) urlparse = urllib.parse (py3)

    We were mistakenly importing the 'urlparse' function from the Python 2
    'urlparse' module, as opposed to the module itself. Correct this.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    Closes: encode#6261
    stephenfin committed Oct 20, 2018
    Copy the full SHA
    f1719c7 View commit details
    Browse the repository at this point in the history
  2. compat: Remove 'compat.urlparse'

    We can just use Django's vendored six library, like we do everywhere
    else.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Oct 20, 2018
    Copy the full SHA
    3dce914 View commit details
    Browse the repository at this point in the history