]> granicus.if.org Git - python/commit
Add support for future statements
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:28:48 +0000 (04:28 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:28:48 +0000 (04:28 +0000)
commit80e29bd1392bfae865f2ff44b1fe92a5d0fad7c8
tree65c812fe4e6128af147b78daa2ceac73f3ec4b22
parent42a083071353f80215715437fdcb6b49cc431169
Add support for future statements
Lib/compiler/future.py [new file with mode: 0644]
Lib/compiler/pycodegen.py
Tools/compiler/compiler/future.py [new file with mode: 0644]
Tools/compiler/compiler/pycodegen.py