summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2000-08-01 23:49:50 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2000-08-01 23:49:50 (GMT)
commit21a4764b9a004c2b40b53ebfb712c6f665d3bb65 (patch)
tree587ff051a45a6677e3231245526b138fbe9beee8 /Doc/lib
parente186983842f0b27606b141010513fa8e3d0cc5db (diff)
downloadcpython-21a4764b9a004c2b40b53ebfb712c6f665d3bb65.zip
cpython-21a4764b9a004c2b40b53ebfb712c6f665d3bb65.tar.gz
cpython-21a4764b9a004c2b40b53ebfb712c6f665d3bb65.tar.bz2
As requested by Fred - mention that in the future a winreg module may make a comeback.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libwinreg.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index a3884b0..f3a528c 100644
--- a/Doc/lib/libwinreg.tex
+++ b/Doc/lib/libwinreg.tex
@@ -14,8 +14,9 @@ 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.
+registry; it is expected that in the future a new \code{winreg}
+module will be created offering a higher-level interface to the
+registry API.
This module offers the following functions: