[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.103,1.104

bcannon@users.sourceforge.net bcannon@users.sourceforge.net
Sun, 15 Jun 2003 15:57:46 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv19019/Doc/ref

Modified Files:
	ref3.tex 
Log Message:
Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument.

Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** ref3.tex	12 May 2003 13:50:11 -0000	1.103
--- ref3.tex	15 Jun 2003 22:57:44 -0000	1.104
***************
*** 805,809 ****
  \code{0x08} is set if the function uses the \samp{**keywords} syntax
  to accept arbitrary keyword arguments; bit \code{0x20} is set if the
! function is a \obindex{generator}.
  
  Future feature declarations (\samp{from __future__ import division})
--- 805,810 ----
  \code{0x08} is set if the function uses the \samp{**keywords} syntax
  to accept arbitrary keyword arguments; bit \code{0x20} is set if the
! function is a generator.
! \obindex{generator}
  
  Future feature declarations (\samp{from __future__ import division})