]> granicus.if.org Git - python/commit
Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not...
authorEric Smith <eric@trueblade.com>
Thu, 20 Mar 2008 23:02:08 +0000 (23:02 +0000)
committerEric Smith <eric@trueblade.com>
Thu, 20 Mar 2008 23:02:08 +0000 (23:02 +0000)
commit87824086fa20e3f7bbb39dc8ee9d3ce70487dd98
tree6c61ebeee2100ff264c4fd81f627fb984240d76e
parent2eb2c7c3848fdc16a2c6bad6660411d0cf1c5208
Add __future__ import for print_function.  It's a no-op in 3.0, but it needs to not be a syntax error.
Closes issue 2436.
Include/code.h
Include/compile.h
Lib/__future__.py
Lib/test/test_print.py
Python/future.c