From: Fred Drake Date: Fri, 30 Jun 2000 03:50:06 +0000 (+0000) Subject: Make sure to note that this module was added for Python 2.0! X-Git-Tag: v2.0b1~1255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abbc7344a40d05d69868c5c9770c510a7843d7e5;p=python Make sure to note that this module was added for Python 2.0! --- 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