From: Georg Brandl Date: Sun, 25 Apr 2010 10:55:16 +0000 (+0000) Subject: Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry... X-Git-Tag: v2.7b2~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3f1e4cde712a77b76962f681a510dd155ac5c62;p=python Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface. --- diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 3dbba5e8bf..e0cfc67139 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -20,8 +20,8 @@ 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; it is -expected that in the future a new ``winreg`` module will be created offering a -higher-level interface to the registry API. +expected that in the future a new module will be created offering a higher-level +interface to the registry API. This module offers the following functions: