summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwinreg.tex
Commit message (Collapse)AuthorAgeFilesLines
* As requested by Fred - mention that in the future a winreg module may make a ↵Mark Hammond2000-08-011-2/+3
| | | | comeback.
* Correct typo in description of the machine name parameter to theFred Drake2000-07-061-17/+16
| | | | ConnectRegistry() function; there is no trailing period!
* Make sure to note that this module was added for Python 2.0!Fred Drake2000-06-301-0/+2
|
* Reflect the name change to _winreg; we still need documentation for theFred Drake2000-06-301-2/+6
| | | | new winreg module.
* Added preliminary documentation for the winreg module,Fred Drake2000-06-071-0/+412
by Mark Hammond <markh@activestate.com>. Limited markup & consistency revisions by FLD.