CVS: 'python/dist/src/Python traceback.c'

Guido van Rossum guido@newcnri.cnri.reston.va.us
Thu, 22 May 1997 18:32:38 -0400


Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python

Modified Files:
	traceback.c 
Log Message:
PyFile_WriteString now returns an error indicator instead of calling
PyErr_Clear().  Add checking of those errors.