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

Remove use of deprecated method urlib.parse.splittag #201

Open
ijiraq opened this issue Dec 20, 2021 · 0 comments
Open

Remove use of deprecated method urlib.parse.splittag #201

ijiraq opened this issue Dec 20, 2021 · 0 comments

Comments

@ijiraq
Copy link
Collaborator

ijiraq commented Dec 20, 2021

Description

DeprecationWarning: urllib.parse.splittag() is deprecated as of 3.8, use urllib.parse.urlparse() instead

splittag is used in the following places

.//vos/vos/vos.py:    from urllib import splittag
.//vos/vos/vos.py:    splittag = six.moves.urllib.parse.splittag
.//vos/vos/vos.py:        (url, tag) = splittag(prop)
.//vos/vos/vos.py:        (url, prop_name) = splittag(prop)


Remove use of splittag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant