diff --git a/docs/api.rst b/docs/api.rst index b552e4f41..7dc250c64 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -288,6 +288,8 @@ There are two kinds of properties: *decoded* and *encoded* (with result as :meth:`URL.path`. If the ``%25`` was unquoted, it would be impossible to tell the difference between ``%2F`` and ``%252F``. + .. versionadded:: 1.12 + .. attribute:: URL.path_qs Decoded *path* part of URL and query string, ``'/'`` for absolute URLs without *path* part.