From a3f1e4cde712a77b76962f681a510dd155ac5c62 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 Apr 2010 10:55:16 +0000 Subject: Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface. --- Doc/library/_winreg.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 3dbba5e..e0cfc67 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: -- cgit v0.12