From d38298a9ba1663fe7c9ea5a765dbdb0c6c370f54 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 9 Mar 2024 10:35:01 +0100 Subject: [3.12] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116533) 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 4e58b04..389a63f 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 -- cgit v0.12