[Python-checkins] CVS: python/dist/src/Lib/test test_select.py,1.9,1.10

A.M. Kuchling python-dev@python.org
Mon, 24 Jul 2000 17:51:34 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19907

Modified Files:
	test_select.py 
Log Message:
Made an error message slightly more useful if select() returns something goofy


Index: test_select.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_select.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** test_select.py	2000/07/11 15:15:30	1.9
--- test_select.py	2000/07/25 00:51:31	1.10
***************
*** 57,61 ****
                                  break
                          continue
!                 print 'Heh?'
          p.close()
  
--- 57,61 ----
                                  break
                          continue
!                 print 'Unexpected return values from select():', rfd, wfd, xfd
          p.close()