]> granicus.if.org Git - python/commit
Add __future__.py to std library, + dull test to verify that assignments
authorTim Peters <tim.peters@gmail.com>
Mon, 26 Feb 2001 21:14:49 +0000 (21:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 26 Feb 2001 21:14:49 +0000 (21:14 +0000)
commitffc215a2792db293786120c8c2aebd39f80c8e15
treed93bd52dff2826d14888df3b0a495aff520a928e
parent32efcdbceb79655bf793f7efe82b7bf9d706da99
Add __future__.py to std library, + dull test to verify that assignments
therein are of the proper form.
Lib/__future__.py [new file with mode: 0644]
Lib/test/output/test___future__ [new file with mode: 0644]
Lib/test/test___future__.py [new file with mode: 0644]