CVS: 'python/dist/src/Lib/test test_errno.py'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Wed, 9 Apr 1997 17:02:22 -0400


Update of /projects/cvsroot/python/dist/src/Lib/test
In directory monty:/projects/python/develop/guido/src/Lib/test

Modified Files:
	test_errno.py 
Log Message:
Don't just die when an error is not defined; print a warning instead.
This for errno-challenged platforms like Windows.

--Guido van Rossum (home page: http://www.python.org/~guido/)