diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-09-06 12:30:25 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-09-06 12:30:25 (GMT) |
commit | d500e4429702f9e0977ea59e5eb62cb705377517 (patch) | |
tree | beec5d0554dce0a98359e051a83232a755a7047d /Doc/whatsnew/whatsnew20.tex | |
parent | 8b2e8f846c98c612d17f7b80be7a1aca05b386ad (diff) | |
download | cpython-d500e4429702f9e0977ea59e5eb62cb705377517.zip cpython-d500e4429702f9e0977ea59e5eb62cb705377517.tar.gz cpython-d500e4429702f9e0977ea59e5eb62cb705377517.tar.bz2 |
Removed mention of the winreg module, since it was deleted from 2.0b1
Diffstat (limited to 'Doc/whatsnew/whatsnew20.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew20.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex index 0a771cc..2341d34 100644 --- a/Doc/whatsnew/whatsnew20.tex +++ b/Doc/whatsnew/whatsnew20.tex @@ -914,13 +914,11 @@ the final module comes from code originally implemented by Fred Drake as \file{Tools/idle/BrowserControl.py}, and adapted for the standard library by Fred.) -\item{\module{winreg} and \module{_winreg}:} An interface to the +\item{\module{_winreg}:} An interface to the Windows registry. \module{_winreg} is an adaptation of functions that have been part of PythonWin since 1995, but has now been added to the core -distribution, and enhanced to support Unicode. \module{winreg} is an -object-oriented API on top of the \module{_winreg} module. -\module{_winreg} was written by Bill Tutt and Mark Hammond, and \module{winreg} -was designed by Thomas Heller and implemented by Paul Prescod. +distribution, and enhanced to support Unicode. +\module{_winreg} was written by Bill Tutt and Mark Hammond. \item{\module{zipfile}:} A module for reading and writing ZIP-format archives. These are archives produced by \program{PKZIP} on |