@@ -225,7 +225,7 @@ or on combining URL components into a URL string.
225225 .. versionchanged :: 3.15
226226 Added the *missing_as_none * parameter.
227227
228- .. versionchanged :: 3.15
228+ .. versionchanged :: 3.16
229229 Values for ``url `` and ``scheme `` other than strings, bytes, or ``None ``
230230 raise :exc: `TypeError ` if true or :exc: `DeprecationWarning ` if false (to
231231 be changed to :exc: `TypeError ` in future versions of Python).
@@ -325,7 +325,7 @@ or on combining URL components into a URL string.
325325 query parameter separator. This has been changed to allow only a single
326326 separator key, with ``& `` as the default separator.
327327
328- .. versionchanged :: 3.15
328+ .. versionchanged :: 3.16
329329 Values for ``qs `` and ``separator `` other than strings, bytes, or
330330 ``None `` raise :exc: `TypeError ` if true or :exc: `DeprecationWarning ` if
331331 false (to be changed to :exc: `TypeError ` in future versions of Python).
@@ -389,7 +389,7 @@ or on combining URL components into a URL string.
389389 .. versionchanged :: 3.15
390390 Added the *keep_empty * parameter.
391391
392- .. versionchanged :: 3.15
392+ .. versionchanged :: 3.16
393393 Items in ``parts `` other than strings, bytes, or ``None `` raise
394394 :exc: `TypeError ` if true or :exc: `DeprecationWarning ` if false (to be
395395 changed to :exc: `TypeError ` in future versions of Python).
@@ -437,7 +437,7 @@ or on combining URL components into a URL string.
437437
438438 Behavior updated to match the semantics defined in :rfc: `3986 `.
439439
440- .. versionchanged :: 3.15
440+ .. versionchanged :: 3.16
441441 Values for ``base `` and ``url `` other than strings, bytes, or ``None ``
442442 raise :exc: `TypeError ` if true or :exc: `DeprecationWarning ` if false (to
443443 be changed to :exc: `TypeError ` in future versions of Python).
@@ -472,7 +472,7 @@ or on combining URL components into a URL string.
472472 .. versionchanged :: 3.15
473473 Added the *missing_as_none * parameter.
474474
475- .. versionchanged :: 3.15
475+ .. versionchanged :: 3.16
476476 Values other than other than strings, bytes, or ``None `` raise
477477 :exc: `TypeError ` if true or :exc: `DeprecationWarning ` if false (to be
478478 changed to :exc: `TypeError ` in future versions of Python).
0 commit comments