diff options
| author | Guido van Rossum <guido@python.org> | 2002-12-30 22:34:10 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2002-12-30 22:34:10 +0000 |
| commit | 2969233f9af1479abb25814e5f4552e71b163bbd (patch) | |
| tree | ca4e375f002302bde201887f0fd2bc17c4971b03 /Doc/lib/lib.tex | |
| parent | ad50ca91a99e9a16a583fb13799c79f23067ef30 (diff) | |
| download | cpython-git-2969233f9af1479abb25814e5f4552e71b163bbd.tar.gz | |
Add dummy_thread[ing] sections and reference these from libthread[ing].
Diffstat (limited to 'Doc/lib/lib.tex')
| -rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index c7a236a410..dc8059a5c5 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -164,6 +164,8 @@ and how to embed it in other applications. \input{libselect} \input{libthread} \input{libthreading} +\input{libdummythread} +\input{libdummythreading} \input{libqueue} \input{libmmap} \input{libanydbm} |
