[Python-checkins] CVS: python/dist/src/Lib/test/output test_pkg,1.5,1.6

Tim Peters tim_one@users.sourceforge.net
Sun, 21 Jan 2001 11:51:55 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv20859/python/dist/src/lib/test/output

Modified Files:
	test_pkg 
Log Message:
Patch #103343:  Allow the important test_pkg to succeed under Jython.


Index: test_pkg
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_pkg,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** test_pkg	2000/09/01 06:53:52	1.5
--- test_pkg	2001/01/21 19:51:53	1.6
***************
*** 39,45 ****
  running test t7
  t7 loading
! ['__builtins__', '__doc__', '__file__', '__name__', '__path__']
! ['__builtins__', '__doc__', '__file__', '__name__', '__path__']
  t7.sub.subsub loading
! ['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'spam']
  t7.sub.subsub.spam = 1
--- 39,45 ----
  running test t7
  t7 loading
! ['__doc__', '__file__', '__name__', '__path__']
! ['__doc__', '__file__', '__name__', '__path__']
  t7.sub.subsub loading
! ['__doc__', '__file__', '__name__', '__path__', 'spam']
  t7.sub.subsub.spam = 1