Skip to content

Commit 23adbf5

Browse files
gh-137044: To weaken the statement regarding the RLIM_INFINITY value (GH-137954)
1 parent 9b5235b commit 23adbf5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Doc/library/resource.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ this module for those platforms.
5050
.. data:: RLIM_INFINITY
5151

5252
Constant used to represent the limit for an unlimited resource.
53-
Its value is larger than any limited resource value.
5453

5554
.. versionchanged:: next
5655
It is now always positive.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:data:`resource.RLIM_INFINITY` is now always a positive integer larger than
2-
any limited resource value. This simplifies comparison of the resource
3-
values. Previously, it could be negative, such as -1 or -3, depending on
4-
platform.
1+
:data:`resource.RLIM_INFINITY` is now always a positive integer.
2+
On all supported platforms, it is larger than any limited resource value,
3+
which simplifies comparison of the resource values.
4+
Previously, it could be negative, such as -1 or -3, depending on platform.

0 commit comments

Comments
 (0)