Skip to content

Commit dc6bc14

Browse files
committed
updated docs
1 parent 5faa324 commit dc6bc14

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Doc/library/_thread.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,15 @@ This module defines the following constants and functions:
120120
Its value may be used to uniquely identify this particular thread system-wide
121121
(until the thread terminates, after which the value may be recycled by the OS).
122122

123-
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD.
123+
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD, Illumos/Solaris.
124124

125125
.. versionadded:: 3.8
126126

127127
.. versionchanged:: 3.13
128128
Added support for GNU/kFreeBSD.
129129

130+
.. versionchanged:: 3.15
131+
Added support for Illumos/Solaris.
130132

131133
.. function:: stack_size([size])
132134

Doc/library/threading.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,16 @@ This module defines the following functions:
191191
Its value may be used to uniquely identify this particular thread system-wide
192192
(until the thread terminates, after which the value may be recycled by the OS).
193193

194-
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD.
194+
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD, Illumos/Solaris.
195195

196196
.. versionadded:: 3.8
197197

198198
.. versionchanged:: 3.13
199199
Added support for GNU/kFreeBSD.
200200

201+
.. versionchanged:: 3.15
202+
Added support for Illumos/Solaris.
203+
201204

202205
.. function:: enumerate()
203206

0 commit comments

Comments
 (0)