diff --git a/Lib/urllib/parse.py b/Lib/urllib/parse.py index b190ebbbe34fad..8d7631d5693ece 100644 --- a/Lib/urllib/parse.py +++ b/Lib/urllib/parse.py @@ -811,7 +811,7 @@ def _unquote(s): if not qs: warnings.warn(f"Accepting {type(qs).__name__} objects with " f"false value in urllib.parse.parse_qsl() is " - f"deprecated as of 3.13", + f"deprecated as of 3.14", DeprecationWarning, stacklevel=_stacklevel + 1) return [] raise