mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Removed mention of the winreg module, since it was deleted from 2.0b1
This commit is contained in:
parent
8b2e8f846c
commit
d500e44297
1 changed files with 3 additions and 5 deletions
|
|
@ -914,13 +914,11 @@ the final module comes from code originally
|
||||||
implemented by Fred Drake as \file{Tools/idle/BrowserControl.py},
|
implemented by Fred Drake as \file{Tools/idle/BrowserControl.py},
|
||||||
and adapted for the standard library by Fred.)
|
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
|
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
|
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
|
distribution, and enhanced to support Unicode.
|
||||||
object-oriented API on top of the \module{_winreg} module.
|
\module{_winreg} was written by Bill Tutt and Mark Hammond.
|
||||||
\module{_winreg} was written by Bill Tutt and Mark Hammond, and \module{winreg}
|
|
||||||
was designed by Thomas Heller and implemented by Paul Prescod.
|
|
||||||
|
|
||||||
\item{\module{zipfile}:} A module for reading and writing ZIP-format
|
\item{\module{zipfile}:} A module for reading and writing ZIP-format
|
||||||
archives. These are archives produced by \program{PKZIP} on
|
archives. These are archives produced by \program{PKZIP} on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue