[Python-checkins] python/dist/src/Doc/doc doc.tex,1.65,1.66

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 21 May 2002 09:27:22 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory usw-pr-cvs1:/tmp/cvs-serv24253/doc

Modified Files:
	doc.tex 
Log Message:
Add additional comments on the use of \deprecated.

Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** doc.tex	2 May 2002 21:10:48 -0000	1.65
--- doc.tex	21 May 2002 16:27:20 -0000	1.66
***************
*** 779,783 ****
        Declare whatever is being described as being deprecated starting 
        with release \var{version}.  The text given as \var{what to do}
!       should recommend something to use instead.
      \end{macrodesc}
  
--- 779,786 ----
        Declare whatever is being described as being deprecated starting 
        with release \var{version}.  The text given as \var{what to do}
!       should recommend something to use instead.  It should be
!       complete sentences.  The entire deprecation notice will be
!       presented as a separate paragraph; it should either preceed or
!       succeed the description of the deprecated feature.
      \end{macrodesc}