We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83e4cf commit d2f1bb9Copy full SHA for d2f1bb9
1 file changed
Misc/NEWS.d/next/Library/2021-06-11-20-00-16.bpo-19094.rMRoIL.rst
@@ -1,3 +1,5 @@
1
Raised ``TypeError`` when providing anything but a string or bytes
2
object to :func:`urllib.parse.urljoin`, :func:`urllib.parse.urlparse`,
3
-or :func:`urllib.parse.urlsplit`.
+:func:`urllib.parse.urlsplit`, :func:`urllib.parse.urldefrag`, or
4
+:func:`urllib.parse.parse_qsl`, or when providing the same in an iterable
5
+passed to :func:`urllib.parse.urlunparse` or :func:`urllib.parse.urlunsplit`.
0 commit comments