]> granicus.if.org Git - python/commit
Fixed compiler module so __future__ print_function is compilable.
authorEric Smith <eric@trueblade.com>
Wed, 19 Mar 2008 02:11:30 +0000 (02:11 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 19 Mar 2008 02:11:30 +0000 (02:11 +0000)
commit5d5c63f462683e971a4a2d877e78946554aacbf3
treec8756cd57516bc9a5eca62079e8137cb4ea7c292
parentb89a096d6dce43dad60618750ea9c62f770b2e7a
Fixed compiler module so __future__ print_function is compilable.
Lib/compiler/consts.py
Lib/compiler/future.py
Lib/compiler/pycodegen.py