commit | eecf035aa209cedb4ede08b527120ba3946a0c96 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 30 17:17:46 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 30 17:17:46 1994 +0000 |
tree | ceeb0c23f781539d1e203fa3d5def34900eb117b | |
parent | 5505d56f088b1637b7d3c10e97512ee9b9bc8cf0 [diff] [blame] |
Test new __import__ module, test reload of built-in module, test has_key() on empty dictionary
diff --git a/Lib/test/test_b2.py b/Lib/test/test_b2.py index aacb403..9963779 100644 --- a/Lib/test/test_b2.py +++ b/Lib/test/test_b2.py
@@ -148,8 +148,8 @@ print 'reload' -#import strop -#reload(strop) +import marshal +reload(marshal) import string reload(string) import sys