From ecb100df704a90b41f2881a766b401643b732a4e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Sep 2024 16:17:39 -0500 Subject: [PATCH] Add versionadded to path_safe (#1160) --- docs/api.rst | 2 ++ 1 file changed, 2 insertions(+) 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.