diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-09-11 18:05:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 18:05:15 (GMT) |
commit | eb169f40276a8611827770f02c4b82827c98e00f (patch) | |
tree | 7b9e3446a8d36a9c6752e1519b04f426c4c7aef9 /Misc/NEWS.d/next | |
parent | e07154fd1e3152a758cf9b476257a4ffdc48dfc6 (diff) | |
download | cpython-eb169f40276a8611827770f02c4b82827c98e00f.zip cpython-eb169f40276a8611827770f02c4b82827c98e00f.tar.gz cpython-eb169f40276a8611827770f02c4b82827c98e00f.tar.bz2 |
Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-08-23-22-01-30.gh-issue-76960.vsANPu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-08-23-22-01-30.gh-issue-76960.vsANPu.rst b/Misc/NEWS.d/next/Library/2024-08-23-22-01-30.gh-issue-76960.vsANPu.rst index 7ce2bae..acb0a99 100644 --- a/Misc/NEWS.d/next/Library/2024-08-23-22-01-30.gh-issue-76960.vsANPu.rst +++ b/Misc/NEWS.d/next/Library/2024-08-23-22-01-30.gh-issue-76960.vsANPu.rst @@ -1,5 +1,5 @@ Fix :func:`urllib.parse.urljoin` and :func:`urllib.parse.urldefrag` for URIs -containing empty components. For example, :func:`!urljoin()` with relative +containing empty components. For example, :func:`!urljoin` with relative reference "?" now sets empty query and removes fragment. Preserve empty components (authority, params, query, fragment) in :func:`!urljoin`. Preserve empty components (authority, params, query) in :func:`!urldefrag`. |