Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPython 3.8 urllib.parse.splituser DeprecationWarning #1499
Comments
added a commit
that referenced
this issue
Sep 23, 2018
pganssle
added
the
bug
label
Oct 6, 2018
pganssle
added
Needs Implementation
and removed
Needs Implementation
labels
Oct 19, 2018
This comment has been minimized.
This comment has been minimized.
jaraco
closed this
Dec 14, 2018
jaraco
reopened this
Dec 14, 2018
added a commit
that referenced
this issue
Dec 16, 2018
jaraco
closed this
in
#1501
Dec 16, 2018
added a commit
that referenced
this issue
Feb 3, 2019
jaraco
referenced this issue
Feb 3, 2019
Merged
Revert to using a copy of splituser from Python 3.8. #1670
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tirkarthi commentedSep 21, 2018
Using setuptools on CPython master (Python 3.8) generates below warning. Just wanted to give a heads up on this.
Relevant commit : python/cpython@0250de4
Relevant code :
setuptools/setuptools/package_index.py
Line 1057 in e0433cf
Thanks