diff options
author | Brett Cannon <bcannon@gmail.com> | 2003-10-14 21:45:59 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2003-10-14 21:45:59 (GMT) |
commit | 4fc3855fb2518c890c053139a73f913359479970 (patch) | |
tree | 206367107979fee948a9647fc652aa1530c3be9f /Doc/lib/lib.tex | |
parent | d0e2705f3ff978962b909346ffbd4f8e1c33154d (diff) | |
download | cpython-4fc3855fb2518c890c053139a73f913359479970.zip cpython-4fc3855fb2518c890c053139a73f913359479970.tar.gz cpython-4fc3855fb2518c890c053139a73f913359479970.tar.bz2 |
Initial checkin of docs for Lib/platform.py .
Closes patch #785752 and bug #726911.
Should be backported after correctness and such has been verified by Fred.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 4d71d93..c8cb73b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -163,6 +163,7 @@ and how to embed it in other applications. \input{liblocale} \input{libgettext} \input{liblogging} +\input{libplatform} \input{libsomeos} % Optional Operating System Services \input{libsignal} |