diff options
author | David Carlier <dcarlier@afilias.info> | 2019-06-03 15:43:33 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-06-03 15:43:33 (GMT) |
commit | 0b9956e9162d8723c2a30ff316ecc25e54459fb1 (patch) | |
tree | b266191d989dfeefe00bd5b8b3913bfd398143f5 /Doc/library/_thread.rst | |
parent | 141da44bb45bc182886303fce92cbbae5631cb4c (diff) | |
download | cpython-0b9956e9162d8723c2a30ff316ecc25e54459fb1.zip cpython-0b9956e9162d8723c2a30ff316ecc25e54459fb1.tar.gz cpython-0b9956e9162d8723c2a30ff316ecc25e54459fb1.tar.bz2 |
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
Diffstat (limited to 'Doc/library/_thread.rst')
-rw-r--r-- | Doc/library/_thread.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/_thread.rst b/Doc/library/_thread.rst index 48d36e8..26568dc 100644 --- a/Doc/library/_thread.rst +++ b/Doc/library/_thread.rst @@ -106,7 +106,7 @@ This module defines the following constants and functions: Its value may be used to uniquely identify this particular thread system-wide (until the thread terminates, after which the value may be recycled by the OS). - .. availability:: Windows, FreeBSD, Linux, macOS. + .. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD. .. versionadded:: 3.8 |