[Python-checkins] python/dist/src/Lib/test test_descr.py,1.113.4.28,1.113.4.29

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 13 Jan 2003 11:23:04 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv20748/Lib/test

Modified Files:
      Tag: release22-maint
	test_descr.py 
Log Message:
Get the test to pass again by backporting Guido's checkin 1.173:
Disable the rexec test now that rexec is out of grace.


Index: test_descr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descr.py,v
retrieving revision 1.113.4.28
retrieving revision 1.113.4.29
diff -C2 -d -r1.113.4.28 -r1.113.4.29
*** test_descr.py	7 Jan 2003 21:49:18 -0000	1.113.4.28
--- test_descr.py	13 Jan 2003 19:22:44 -0000	1.113.4.29
***************
*** 2159,2162 ****
--- 2159,2164 ----
  
  def restricted():
+     # XXX This test is disabled because rexec is not deemed safe
+     return
      import rexec
      if verbose: