summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-30 03:45:40 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-30 03:45:40 (GMT)
commit6e71cdd9f1483addec1293a17eddee741ca61d28 (patch)
tree933c0317a9db64271b92107d63270d524df30830
parent01df453f166c2512029112ae51942c9b1dc4cf99 (diff)
downloadcpython-6e71cdd9f1483addec1293a17eddee741ca61d28.zip
cpython-6e71cdd9f1483addec1293a17eddee741ca61d28.tar.gz
cpython-6e71cdd9f1483addec1293a17eddee741ca61d28.tar.bz2
Reflect the name change to _winreg; we still need documentation for the
new winreg module.
-rw-r--r--Doc/lib/libwinreg.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index 785a108..9a888c5 100644
--- a/Doc/lib/libwinreg.tex
+++ b/Doc/lib/libwinreg.tex
@@ -1,7 +1,7 @@
-\section{\module{winreg} --
+\section{\module{_winreg} --
Windows registry access}
-\declaremodule{extension}{winreg}
+\declaremodule[-winreg]{extension}{_winreg}
\platform{Windows}
\modulesynopsis{Routines and objects for manipulating the Windows registry.}
\sectionauthor{Mark Hammond}{MarkH@ActiveState.com}
@@ -11,6 +11,10 @@ using an integer as the registry handle, a handle object is used to ensure
that the handles are closed correctly, even if the programmer
neglects to explicitly close them.
+This module exposes a very low-level interface to the Windows
+registry; for a more object-oriented interface, use the
+\module{winreg} module.
+
\subsection{Registry Operations \label{registry-operations}}