Guido van Rossum | 3bead09 | 1992-01-27 17:00:37 +0000 | [diff] [blame] | 1 | # Python test set -- part 4, built-in functions |
2 | |||||
3 | from test_support import * | ||||
4 | |||||
5 | print '4. Built-in functions' | ||||
6 | |||||
7 | print 'test_b1' | ||||
8 | unload('test_b1') | ||||
9 | import test_b1 | ||||
10 | |||||
11 | print 'test_b2' | ||||
12 | unload('test_b2') | ||||
13 | import test_b2 |