repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improved some error messages for command line processing.
[python/dscho.git]
/
Lib
/
test
/
test_builtin.py
blob
33fef8d1b7e7b3e966ad6473c63f497c326dab10
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