mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fuck. For PC support, this must be in the distribution.
This commit is contained in:
parent
ad8b3baa91
commit
5c971677a5
84 changed files with 13110 additions and 0 deletions
13
Lib/dos_8x3/test_bui.py
Executable file
13
Lib/dos_8x3/test_bui.py
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue