Fuck. For PC support, this must be in the distribution.

This commit is contained in:
Guido van Rossum 1996-07-22 15:23:25 +00:00
parent ad8b3baa91
commit 5c971677a5
84 changed files with 13110 additions and 0 deletions

13
Lib/dos_8x3/test_bui.py Executable file
View file

@ -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