CVS: 'python/dist/src/Lib py_compile.py'

Fred L. Drake fdrake@CNRI.Reston.Va.US
Thu, 13 Mar 1997 09:13:17 -0500


Update of /projects/cvsroot/python/dist/src/Lib
In directory weyr:/export/home/fdrake/Python/Python-1.5/Lib

Modified Files:
	py_compile.py 
Log Message:

compile():  Use the __debug__ flag to determine the proper filename extension
	to use for the cached module code object.