]> granicus.if.org Git - python/commit
Always use spaces for indentation.
authorFred Drake <fdrake@acm.org>
Tue, 15 Apr 1997 14:15:23 +0000 (14:15 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 15 Apr 1997 14:15:23 +0000 (14:15 +0000)
commitb5d20393b17fba8accb528ab9af0e06ef0adafc6
tree5c7f39bba0ecf7923ba57ec574b8b2412ddb19c5
parent103cc6dd11c65fe817a60f1f368a34b38a7fad16
Always use spaces for indentation.

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