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 dd2a09c commit 72e5aa1Copy full SHA for 72e5aa1
Doc/library/urllib.parse.rst
@@ -117,6 +117,9 @@ or on combining URL components into a URL string.
117
See section :ref:`urlparse-result-object` for more information on the result
118
object.
119
120
+ Unmatched square brackets in the :attr:`netloc` attribute will raise a
121
+ :exc:`ValueError`.
122
+
123
.. versionchanged:: 3.2
124
Added IPv6 URL parsing capabilities.
125
@@ -230,6 +233,9 @@ or on combining URL components into a URL string.
230
233
231
234
232
235
236
237
238
239
240
.. function:: urlunsplit(parts)
241
0 commit comments