From: Mark Hammond Date: Tue, 1 Aug 2000 23:49:50 +0000 (+0000) Subject: As requested by Fred - mention that in the future a winreg module may make a comeback. X-Git-Tag: v2.0b1~635 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21a4764b9a004c2b40b53ebfb712c6f665d3bb65;p=python As requested by Fred - mention that in the future a winreg module may make a comeback. --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index a3884b07de..f3a528ca1a 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: