From: A.M. K. <aku...@us...> - 2000-09-06 12:30:29
|
Update of /cvsroot/py-howto/pyhowto In directory slayer.i.sourceforge.net:/tmp/cvs-serv28828 Modified Files: python-2.0.tex Log Message: Removed mention of the winreg module, since it was deleted from 2.0b1 Index: python-2.0.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-2.0.tex,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** python-2.0.tex 2000/09/04 17:59:27 1.27 --- python-2.0.tex 2000/09/06 12:30:25 1.28 *************** *** 915,925 **** and adapted for the standard library by Fred.) ! \item{\module{winreg} and \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. \item{\module{zipfile}:} A module for reading and writing ZIP-format --- 915,923 ---- and adapted for the standard library by Fred.) ! \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} was written by Bill Tutt and Mark Hammond. \item{\module{zipfile}:} A module for reading and writing ZIP-format |