Skip to content

Clarify select.kqueue and select.kevent also available on macOS #143293

@aisk

Description

@aisk

The document says kqueue() and kevent() are only supported on BSD, but macOS also fully supports them:

(Only supported on BSD.) Returns a kernel queue object; see section

(Only supported on BSD.) Returns a kernel event object; see section

While macOS uses a userland from BSD (FreeBSD in these days I guess?), our documentation consistently treats macOS as a distinct platform from BSD, for example:

.. availability:: BSD, macOS.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-macdocsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions