diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-07 04:07:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-07 04:07:48 (GMT) |
commit | d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e (patch) | |
tree | e6644e6af5a56764ce96c6833a97b6aec4944dab /Doc/lib/lib.tex | |
parent | 9d17a7ad6df0a940f8f10cf7a113aaffc4222309 (diff) | |
download | cpython-d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e.zip cpython-d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e.tar.gz cpython-d1a65ff40b5274d5a8538553b4a2ccef8d54eb6e.tar.bz2 |
Added preliminary documentation for the winreg module,
by Mark Hammond <markh@activestate.com>.
Limited markup & consistency revisions by FLD.
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 549acdc..e04527e 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -275,6 +275,7 @@ and how to embed it in other applications. \input{windows} % MS Windows ONLY \input{libmsvcrt} +\input{libwinreg} \input{libwinsound} \input{libundoc} |