diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-30 03:50:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-30 03:50:06 (GMT) |
commit | abbc7344a40d05d69868c5c9770c510a7843d7e5 (patch) | |
tree | 8435317a79a18267ad8fe423a84382b49185fc32 /Doc/lib | |
parent | 6e71cdd9f1483addec1293a17eddee741ca61d28 (diff) | |
download | cpython-abbc7344a40d05d69868c5c9770c510a7843d7e5.zip cpython-abbc7344a40d05d69868c5c9770c510a7843d7e5.tar.gz cpython-abbc7344a40d05d69868c5c9770c510a7843d7e5.tar.bz2 |
Make sure to note that this module was added for Python 2.0!
Diffstat (limited to 'Doc/lib')
-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 |