Python3.x __future__
Python 3 系 の__future__に関する言語リファレンス情報をまとめたカテゴリです。
constant の一覧
__all__
__builtins__
__cached__
__doc__
__file__
__loader__
__name__
__package__
__spec__
absolute_import
all_feature_names
annotations
barry_as_FLUFL
CO_FUTURE_ABSOLUTE_IMPORT
CO_FUTURE_ANNOTATIONS
CO_FUTURE_BARRY_AS_BDFL
CO_FUTURE_DIVISION
CO_FUTURE_GENERATOR_STOP
CO_FUTURE_PRINT_FUNCTION
CO_FUTURE_UNICODE_LITERALS
CO_FUTURE_WITH_STATEMENT
CO_GENERATOR_ALLOWED
CO_NESTED
division
generator_stop
generators
nested_scopes
print_function
unicode_literals
with_statement