From: Brett Cannon Date: Sun, 15 Jun 2003 22:57:44 +0000 (+0000) Subject: Add explicit text for where an obindex call for generators was since obindex does... X-Git-Tag: v2.3c1~425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e6fedd2ecd3fa6a5e5a39eeb796462f5513df87;p=python Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index fe628e05fe..a5a5d9f02f 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -804,7 +804,8 @@ The following flag bits are defined for \member{co_flags}: bit to accept an arbitrary number of positional arguments; bit \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}. +function is a generator. +\obindex{generator} Future feature declarations (\samp{from __future__ import division}) also use bits in \member{co_flags} to indicate whether a code object