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

Fred L. Drake python-dev@python.org
Thu, 29 Jun 2000 20:50:13 -0700


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

Modified Files:
	libwinreg.tex 
Log Message:

Make sure to note that this module was added for Python 2.0!


Index: libwinreg.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwinreg.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** libwinreg.tex	2000/06/30 03:45:40	1.2
--- libwinreg.tex	2000/06/30 03:50:06	1.3
***************
*** 7,10 ****
--- 7,12 ----
  \sectionauthor{Mark Hammond}{MarkH@ActiveState.com}
  
+ \versionadded{2.0}
+ 
  These functions exposes the Windows registry API to Python.  Instead of
  using an integer as the registry handle, a handle object is used to ensure