diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-26 21:14:49 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-26 21:14:49 (GMT) |
commit | ffc215a2792db293786120c8c2aebd39f80c8e15 (patch) | |
tree | d93bd52dff2826d14888df3b0a495aff520a928e /Lib/test/output | |
parent | 32efcdbceb79655bf793f7efe82b7bf9d706da99 (diff) | |
download | cpython-ffc215a2792db293786120c8c2aebd39f80c8e15.zip cpython-ffc215a2792db293786120c8c2aebd39f80c8e15.tar.gz cpython-ffc215a2792db293786120c8c2aebd39f80c8e15.tar.bz2 |
Add __future__.py to std library, + dull test to verify that assignments
therein are of the proper form.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test___future__ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test___future__ b/Lib/test/output/test___future__ new file mode 100644 index 0000000..c263de3 --- /dev/null +++ b/Lib/test/output/test___future__ @@ -0,0 +1 @@ +test___future__ |