diff options
Diffstat (limited to 'Lib/compiler/consts.py')
-rw-r--r-- | Lib/compiler/consts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py index c79e814beb..dd42793aa9 100644 --- a/Lib/compiler/consts.py +++ b/Lib/compiler/consts.py @@ -19,3 +19,4 @@ CO_GENERATOR_ALLOWED = 0 CO_FUTURE_DIVISION = 0x2000 CO_FUTURE_ABSIMPORT = 0x4000 CO_FUTURE_WITH_STATEMENT = 0x8000 +CO_FUTURE_PRINT_FUNCTION = 0x10000 |