https://github.com/python/cpython/commit/b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 commit: b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren <[email protected]> date: 2024-03-09T10:36:02+01:00 summary:
[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 <[email protected]> files: M Doc/library/resource.rst diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst index 4e58b043f1da31..389a63f089d850 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
