summaryrefslogtreecommitdiff
path: root/Lib/test/test_operations.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-01-27 17:00:37 +0000
committerGuido van Rossum <guido@python.org>1992-01-27 17:00:37 +0000
commit3bead0984c802a2f709076bb9c8531fc67f56ee8 (patch)
tree853b49f1a9932b1f8296449bad1902dca7ea23df /Lib/test/test_operations.py
parent19a86e72df72ff8e0b3a6f0d97b233bd22b70b7d (diff)
downloadcpython-git-3bead0984c802a2f709076bb9c8531fc67f56ee8.tar.gz
Initial revision
Diffstat (limited to 'Lib/test/test_operations.py')
-rw-r--r--Lib/test/test_operations.py5
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 0000000000..1a75065190
--- /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'