]> granicus.if.org Git - python/commitdiff
Make sure to note that this module was added for Python 2.0!
authorFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 03:50:06 +0000 (03:50 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 03:50:06 +0000 (03:50 +0000)
Doc/lib/libwinreg.tex

index 9a888c5bcc445ecb4a1a5028d3d2e61b17f5fba6..5c9c0cf0e4f3d72a85e83175de7e993dd76b3be7 100644 (file)
@@ -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