diff options
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' |