From abbc7344a40d05d69868c5c9770c510a7843d7e5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 30 Jun 2000 03:50:06 +0000 Subject: [PATCH] Make sure to note that this module was added for Python 2.0! --- Doc/lib/libwinreg.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 9a888c5bcc..5c9c0cf0e4 100644 --- a/Doc/lib/libwinreg.tex +++ b/Doc/lib/libwinreg.tex @@ -6,6 +6,8 @@ \modulesynopsis{Routines and objects for manipulating the Windows registry.} \sectionauthor{Mark Hammond}{MarkH@ActiveState.com} +\versionadded{2.0} + These functions exposes 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 -- 2.40.0