diff options
author | Guido van Rossum <guido@python.org> | 1992-01-27 17:00:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-01-27 17:00:37 (GMT) |
commit | 3bead0984c802a2f709076bb9c8531fc67f56ee8 (patch) | |
tree | 853b49f1a9932b1f8296449bad1902dca7ea23df /Lib/test/test_operations.py | |
parent | 19a86e72df72ff8e0b3a6f0d97b233bd22b70b7d (diff) | |
download | cpython-3bead0984c802a2f709076bb9c8531fc67f56ee8.zip cpython-3bead0984c802a2f709076bb9c8531fc67f56ee8.tar.gz cpython-3bead0984c802a2f709076bb9c8531fc67f56ee8.tar.bz2 |
Initial revision
Diffstat (limited to 'Lib/test/test_operations.py')
-rw-r--r-- | Lib/test/test_operations.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/test_operations.py b/Lib/test/test_operations.py new file mode 100644 index 0000000..1a75065 --- /dev/null +++ b/Lib/test/test_operations.py @@ -0,0 +1,5 @@ +# Python test set -- part 3, built-in operations. + + +print '3. Operations' +print 'XXX Not yet implemented' |