diff options
author | Georg Brandl <georg@python.org> | 2008-05-25 07:45:51 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-25 07:45:51 (GMT) |
commit | 38feaf0fef244879411f094a7e68f542a6771dea (patch) | |
tree | 632d870bad650ece1724111091a2b307759ea997 /Doc | |
parent | 2cb57a40b28f4680a1433d4640d99f4b2efe7165 (diff) | |
download | cpython-38feaf0fef244879411f094a7e68f542a6771dea.zip cpython-38feaf0fef244879411f094a7e68f542a6771dea.tar.gz cpython-38feaf0fef244879411f094a7e68f542a6771dea.tar.bz2 |
#2879: rename _winreg to winreg.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/windows.rst | 2 | ||||
-rw-r--r-- | Doc/library/winreg.rst (renamed from Doc/library/_winreg.rst) | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/windows.rst b/Doc/library/windows.rst index b09dd8b..b60d4e4 100644 --- a/Doc/library/windows.rst +++ b/Doc/library/windows.rst @@ -11,5 +11,5 @@ This chapter describes modules that are only available on MS Windows platforms. msilib.rst msvcrt.rst - _winreg.rst + winreg.rst winsound.rst diff --git a/Doc/library/_winreg.rst b/Doc/library/winreg.rst index ba2994d..f349fdf 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/winreg.rst @@ -1,8 +1,7 @@ - -:mod:`_winreg` -- Windows registry access +:mod:`winreg` -- Windows registry access ========================================= -.. module:: _winreg +.. module:: winreg :platform: Windows :synopsis: Routines and objects for manipulating the Windows registry. .. sectionauthor:: Mark Hammond <MarkH@ActiveState.com> |