summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_pkg
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-21 19:51:53 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-21 19:51:53 (GMT)
commitd304f44906b818c7e336fcbb99241516c9170d29 (patch)
tree60813d927e83d3ea6b90c54e7aea876c5d75f124 /Lib/test/output/test_pkg
parentdb786876b6c5ab24c1cd7427fd077545dbb72fee (diff)
downloadcpython-d304f44906b818c7e336fcbb99241516c9170d29.zip
cpython-d304f44906b818c7e336fcbb99241516c9170d29.tar.gz
cpython-d304f44906b818c7e336fcbb99241516c9170d29.tar.bz2
Patch #103343: Allow the important test_pkg to succeed under Jython.
Diffstat (limited to 'Lib/test/output/test_pkg')
-rw-r--r--Lib/test/output/test_pkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/output/test_pkg b/Lib/test/output/test_pkg
index 9015050..8a5ab8d 100644
--- a/Lib/test/output/test_pkg
+++ b/Lib/test/output/test_pkg
@@ -38,8 +38,8 @@ t6.eggs loading
['eggs', 'ham', 'spam', 't6']
running test t7
t7 loading
-['__builtins__', '__doc__', '__file__', '__name__', '__path__']
-['__builtins__', '__doc__', '__file__', '__name__', '__path__']
+['__doc__', '__file__', '__name__', '__path__']
+['__doc__', '__file__', '__name__', '__path__']
t7.sub.subsub loading
-['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'spam']
+['__doc__', '__file__', '__name__', '__path__', 'spam']
t7.sub.subsub.spam = 1