summaryrefslogtreecommitdiffstats
path: root/Doc/library/_winreg.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/_winreg.rst')
-rw-r--r--Doc/library/_winreg.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst
index fddbfd1..fc185a2 100644
--- a/Doc/library/_winreg.rst
+++ b/Doc/library/_winreg.rst
@@ -8,8 +8,6 @@
.. sectionauthor:: Mark Hammond <MarkH@ActiveState.com>
-.. versionadded:: 2.0
-
These functions expose the Windows registry API to Python. Instead of using an
integer as the registry handle, a handle object is used to ensure that the
handles are closed correctly, even if the programmer neglects to explicitly