Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d500e44

Browse files
committed
Removed mention of the winreg module, since it was deleted from 2.0b1
1 parent 8b2e8f8 commit d500e44

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Doc/whatsnew/whatsnew20.tex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -914,13 +914,11 @@ \section{New modules}
914914
implemented by Fred Drake as \file{Tools/idle/BrowserControl.py},
915915
and 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
918918
Windows registry. \module{_winreg} is an adaptation of functions that
919919
have 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
926924
archives. These are archives produced by \program{PKZIP} on

0 commit comments

Comments
 (0)