diff options
Diffstat (limited to 'Doc/ref/ref3.tex')
-rw-r--r-- | Doc/ref/ref3.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index fe628e0..a5a5d9f 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 |