mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
This commit is contained in:
parent
b0a7a037b8
commit
13ff24582c
18 changed files with 23 additions and 108 deletions
|
@ -792,7 +792,7 @@ These constants are used as parameters for :func:`clock_getres` and
|
|||
|
||||
High-resolution per-process timer from the CPU.
|
||||
|
||||
Availability: FreeBSD 3 or later, NetBSD 7 or later, OpenBSD.
|
||||
Availability: FreeBSD, NetBSD 7 or later, OpenBSD.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
|
@ -812,7 +812,7 @@ These constants are used as parameters for :func:`clock_getres` and
|
|||
suspended, providing accurate uptime measurement, both absolute and
|
||||
interval.
|
||||
|
||||
Availability: FreeBSD 7 or later, OpenBSD 5.5 or later.
|
||||
Availability: FreeBSD, OpenBSD 5.5 or later.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue