mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Test new __import__ module, test reload of built-in module, test
has_key() on empty dictionary
This commit is contained in:
parent
5505d56f08
commit
eecf035aa2
4 changed files with 12 additions and 2 deletions
|
|
@ -148,8 +148,8 @@ if reduce(lambda x, y: x+y, Squares(0), 0) != 0:
|
|||
|
||||
|
||||
print 'reload'
|
||||
#import strop
|
||||
#reload(strop)
|
||||
import marshal
|
||||
reload(marshal)
|
||||
import string
|
||||
reload(string)
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue