diff options
author | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
commit | dde5c70c8af0417d4c6b675ea52852e41886e573 (patch) | |
tree | a9744f7b4f2fad5b4dc7b75f91962fb481b71134 /Lib/test/output/test_builtin | |
parent | e4a252ef88bd788db6a0712b088ff128aa33d15d (diff) | |
download | cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.zip cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.gz cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.bz2 |
Test output files in their new location
Diffstat (limited to 'Lib/test/output/test_builtin')
-rw-r--r-- | Lib/test/output/test_builtin | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Lib/test/output/test_builtin b/Lib/test/output/test_builtin new file mode 100644 index 0000000..601bdd6 --- /dev/null +++ b/Lib/test/output/test_builtin @@ -0,0 +1,48 @@ +test_builtin +4. Built-in functions +test_b1 +__import__ +abs +apply +callable +chr +cmp +coerce +compile +delattr +dir +divmod +eval +execfile +filter +float +getattr +hasattr +hash +hex +id +int +len +long +map +max +min +test_b2 +oct +open +ord +pow +range +input and raw_input +testing +testing +reduce +reload +repr +round +setattr +str +tuple +type +vars +xrange |