[Python-checkins] CVS: python/dist/src/Doc/lib libwinreg.tex,1.4,1.5

Mark Hammond python-dev@python.org
Tue, 1 Aug 2000 16:49:52 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv22846

Modified Files:
	libwinreg.tex 
Log Message:
As requested by Fred - mention that in the future a winreg module may make a comeback.

Index: libwinreg.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwinreg.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** libwinreg.tex	2000/07/06 04:38:37	1.4
--- libwinreg.tex	2000/08/01 23:49:50	1.5
***************
*** 15,20 ****
  
  This module exposes a very low-level interface to the Windows
! registry; for a more object-oriented interface, use the
! \module{winreg} module.
  
  This module offers the following functions:
--- 15,21 ----
  
  This module exposes a very low-level interface to the Windows
! registry; it is expected that in the future a new \code{winreg} 
! module will be created offering a higher-level interface to the
! registry API.
  
  This module offers the following functions: