commit | 5c971677a5433aff7c1150e39bde222c24c26f39 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jul 22 15:23:25 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jul 22 15:23:25 1996 +0000 |
tree | 64d0b425bebe8c8a74d6ce51bc4a61817ef388f9 | |
parent | ad8b3baa919f5ab1201fca0e608905851f24e967 [diff] [blame] |
Fuck. For PC support, this must be in the distribution.
diff --git a/Lib/dos-8x3/test_bui.py b/Lib/dos-8x3/test_bui.py new file mode 100755 index 0000000..33fef8d --- /dev/null +++ b/Lib/dos-8x3/test_bui.py
@@ -0,0 +1,13 @@ +# Python test set -- part 4, built-in functions + +from test_support import * + +print '4. Built-in functions' + +print 'test_b1' +unload('test_b1') +import test_b1 + +print 'test_b2' +unload('test_b2') +import test_b2