[Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.82,1.83

Fred L. Drake fdrake@users.sourceforge.net
Tue, 09 Oct 2001 11:01:25 -0700


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

Modified Files:
	python.sty 
Log Message:
New markup:  \note{...} and \warning{...}

Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** python.sty	2001/09/26 18:46:36	1.82
--- python.sty	2001/10/09 18:01:23	1.83
***************
*** 882,885 ****
--- 882,888 ----
  }
  
+ \newcommand{\note}[1]{\strong{Note:} #1}
+ \newcommand{\warning}[1]{\strong{Warning:} #1}
+ 
  % Deprecation stuff.
  % Should be extended to allow an index / list of deprecated stuff.  But