[Python-checkins] CVS: python/dist/src/Doc/lib libaudioop.tex,1.19,1.20

Tim Peters tim_one@users.sourceforge.net
Thu, 06 Dec 2001 15:16:11 -0800


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

Modified Files:
	libaudioop.tex 
Log Message:
For ratecv, document that None should be the initial state argument (when
I was squashing spurious overflows in the implementation, I got hung up
on this point).


Index: libaudioop.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libaudioop.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** libaudioop.tex	2000/07/16 19:01:09	1.19
--- libaudioop.tex	2001/12/06 23:16:09	1.20
***************
*** 164,168 ****
  converter returns a tuple \code{(\var{newfragment}, \var{newstate})},
  and \var{newstate} should be passed to the next call of
! \function{ratecv()}.
  
  The \var{weightA} and \var{weightB} arguments are parameters for a
--- 164,169 ----
  converter returns a tuple \code{(\var{newfragment}, \var{newstate})},
  and \var{newstate} should be passed to the next call of
! \function{ratecv()}.  The initial call should pass \code{None}
! as the state.
  
  The \var{weightA} and \var{weightB} arguments are parameters for a