File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -914,13 +914,11 @@ \section{New modules}
914914implemented by Fred Drake as \file {Tools/idle/BrowserControl.py},
915915and adapted for the standard library by Fred.)
916916
917- \item {\module {winreg} and \module { _winreg}:} An interface to the
917+ \item {\module {_winreg}:} An interface to the
918918Windows registry. \module {_winreg} is an adaptation of functions that
919919have been part of PythonWin since 1995, but has now been added to the core
920- distribution, and enhanced to support Unicode. \module {winreg} is an
921- object-oriented API on top of the \module {_winreg} module.
922- \module {_winreg} was written by Bill Tutt and Mark Hammond, and \module {winreg}
923- was designed by Thomas Heller and implemented by Paul Prescod.
920+ distribution, and enhanced to support Unicode.
921+ \module {_winreg} was written by Bill Tutt and Mark Hammond.
924922
925923\item {\module {zipfile}:} A module for reading and writing ZIP-format
926924archives. These are archives produced by \program {PKZIP} on
You can’t perform that action at this time.
0 commit comments