From b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 9 Mar 2024 10:36:02 +0100 Subject: [PATCH] [3.11] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116534) GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) Add availability data to 'resource' module Docs (cherry picked from commit 03f86b1b626ac5b0df1cc74d8f80ea11117aec8c) Co-authored-by: Kerim Kabirov <39376984+Privat33r-dev@users.noreply.github.com> --- Doc/library/resource.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 4e58b043f1da..389a63f089d8 100644 --- a/Doc/library/resource.rst +++ b/Doc/library/resource.rst @@ -177,6 +177,8 @@ platform. The largest area of mapped memory which the process may occupy. + .. availability:: FreeBSD >= 11. + .. data:: RLIMIT_AS -- 2.47.3