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

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Tue, 11 Mar 1997 13:25:57 -0800


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

Modified Files:
	compile.c 
Log Message:
Fix dumb bug calling parsestrplus with wrong node as argument.

Add prototypes for parsestr() and parsestrplus() (unrelated, but
seemed to make sense.)

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