diff options
-rw-r--r-- | Doc/lib/libwinreg.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 9a888c5..5c9c0cf 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 |