[Python-checkins] python/dist/src/Misc NEWS,1.681,1.682

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 28 Feb 2003 11:57:14 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv20202/Misc

Modified Files:
	NEWS 
Log Message:
Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource

require -u network to run test_timeout since
it fails when not connected to a network.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.681
retrieving revision 1.682
diff -C2 -d -r1.681 -r1.682
*** NEWS	28 Feb 2003 17:24:00 -0000	1.681
--- NEWS	28 Feb 2003 19:57:03 -0000	1.682
***************
*** 58,62 ****
  -----
  
! TBD
  
  Windows
--- 58,63 ----
  -----
  
! - test_timeout now requires -u network to be passed to regrtest to run.
!   See SF bug #692988.
  
  Windows