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

Fred L. Drake python-dev@python.org
2000年6月29日 20:45:42 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19536
Modified Files:
	libwinreg.tex 
Log Message:
Reflect the name change to _winreg; we still need documentation for the
new winreg module.
Index: libwinreg.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwinreg.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** libwinreg.tex	2000年06月07日 04:07:48	1.1
--- libwinreg.tex	2000年06月30日 03:45:40	1.2
***************
*** 1,6 ****
! \section{\module{winreg} --
 Windows registry access}
 
! \declaremodule{extension}{winreg}
 \platform{Windows}
 \modulesynopsis{Routines and objects for manipulating the Windows registry.}
--- 1,6 ----
! \section{\module{_winreg} --
 Windows registry access}
 
! \declaremodule[-winreg]{extension}{_winreg}
 \platform{Windows}
 \modulesynopsis{Routines and objects for manipulating the Windows registry.}
***************
*** 11,14 ****
--- 11,18 ----
 that the handles are closed correctly, even if the programmer
 neglects to explicitly close them.
+ 
+ This module exposes a very low-level interface to the Windows
+ registry; for a more object-oriented interface, use the
+ \module{winreg} module.
 
 

AltStyle によって変換されたページ (->オリジナル) /