CVS: 'python/dist/src/Demo/parser pprint.py'

Fred L. Drake fdrake@CNRI.Reston.Va.US
Tue, 15 Apr 1997 10:15:25 -0400


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

Modified Files:
	pprint.py 
Log Message:

Always use spaces for indentation.

Added pformat() function:  formats object to a string representation with
	no trailing newline; returns the string.