]> granicus.if.org Git - python/commit
Checking in a copy of Fred Drake's data structure pretty-printer
authorGuido van Rossum <guido@python.org>
Wed, 16 Apr 1997 00:49:59 +0000 (00:49 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Apr 1997 00:49:59 +0000 (00:49 +0000)
commit5e92affc54ddb5a6a9bb80c762fc979788a1fdc4
tree186c54face2f74291c68a7aab59ecb03f78887d5
parent03a7466b8fe60e78d17427ca83d7e6d49889a3ce
Checking in a copy of Fred Drake's data structure pretty-printer
(with some slight formatting changes).

Feature requests:

- Make it a class (everything should be a class);

- support recursive data structures (like pp.py on the ftp contrib site).
Lib/pprint.py [new file with mode: 0644]