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

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Wed, 30 Apr 1997 15:07:57 -0400


Update of /projects/cvsroot/python/dist/src/Python
In directory monty:/usr/people/guido/python/src/Python

Modified Files:
	importdl.c 
Log Message:
Avoid some potential (though unlikely) sprintf buffer overflows.

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