summaryrefslogtreecommitdiffstats
path: root/Demo/parser/pprint.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed pprint.py.Fred Drake1997-04-161-135/+0
| | | | Removed pprint.py from the README; it's now in the standard lib.
* Always use spaces for indentation.Fred Drake1997-04-151-17/+16
| | | | | Added pformat() function: formats object to a string representation with no trailing newline; returns the string.
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-261-52/+45
|
* Demos for Fred's parser moduleGuido van Rossum1996-08-211-0/+143