mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
8392f36579
Split the description of co_flags into two paragraphs. The first describes the flags that are used for non-future purposes, where CO_GENERATOR was added. The second describes __future__'s use of co_flags and mentions the only one currently meaningful, CO_FUTURE_DIVISION.