gh-82150: Make urllib.parse.urlsplit and urllib.parse.urlunsplit preserve the '?' and '#' delimiters of empty query and fragment components by geryogam · Pull Request #15642 · python/cpython
geryogam
changed the title
bpo-37969: Update parse.py
bpo-37969: Correct urllib.parse functions reporting false equivalent URIs
geryogam
marked this pull request as ready for review
geryogam
changed the title
bpo-37969: Correct urllib.parse functions reporting false equivalent URIs
bpo-37969: Correct urllib.parse functions dropping the delimiters of empty URI components
geryogam
changed the title
bpo-37969: Correct urllib.parse functions dropping the delimiters of empty URI components
gh-82150: Correct urllib.parse functions dropping the delimiters of empty URI components
geryogam
changed the title
gh-82150: Correct urllib.parse functions dropping the delimiters of empty URI components
gh-82150: Make urllib.parse.urlsplit and urllib.parse.urlunsplit preserve the '?' and '#' delimiters of empty query and fragment components