diff options
author | Georg Brandl <georg@python.org> | 2010-04-25 10:55:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-25 10:55:16 (GMT) |
commit | a3f1e4cde712a77b76962f681a510dd155ac5c62 (patch) | |
tree | d7ac96dd9b195a5f67ec6d13b2b902b6f68c36ae /Doc | |
parent | 9bfb78d698e980e2a5913bac9e86cfb6bc723702 (diff) | |
download | cpython-a3f1e4cde712a77b76962f681a510dd155ac5c62.zip cpython-a3f1e4cde712a77b76962f681a510dd155ac5c62.tar.gz cpython-a3f1e4cde712a77b76962f681a510dd155ac5c62.tar.bz2 |
Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/_winreg.rst | 4 |
1 files 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: |