mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
- fix use of \refmodule markup
- correct some module names, add hyperlinks - wrap some long lines
This commit is contained in:
parent
a3b8953233
commit
740f80029c
4 changed files with 15 additions and 13 deletions
|
@ -18,8 +18,9 @@ semaphores}) are provided.
|
|||
The module is optional. It is supported on Windows, Linux, SGI
|
||||
IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread
|
||||
(a.k.a. ``pthread'') implementation. For systems lacking the \module{thread}
|
||||
module, the \refmodule{dummy_thread} module is available. It duplicates this
|
||||
module's interface and can be used as a drop-in replacement.
|
||||
module, the \refmodule[dummythread]{dummy_thread} module is available.
|
||||
It duplicates this module's interface and can be
|
||||
used as a drop-in replacement.
|
||||
\index{pthreads}
|
||||
\indexii{threads}{\POSIX}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue