Skip to content

Commit

Permalink
Add versionadded to path_safe (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 26, 2024
1 parent bf2ced7 commit ecb100d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ecb100d

Please sign in to comment.