diff options
author | Fred Drake <fdrake@acm.org> | 1997-04-16 04:47:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-04-16 04:47:57 (GMT) |
commit | b2c02de9cb9df1fbd9764ce51b69ba31fb5c9570 (patch) | |
tree | 73abcbd403d461da20d36d7d3f4df1be69550c3c /Demo/parser/README | |
parent | 0c5e049c751c45aca40e26e3f1f76597798b86d9 (diff) | |
download | cpython-b2c02de9cb9df1fbd9764ce51b69ba31fb5c9570.zip cpython-b2c02de9cb9df1fbd9764ce51b69ba31fb5c9570.tar.gz cpython-b2c02de9cb9df1fbd9764ce51b69ba31fb5c9570.tar.bz2 |
Removed pprint.py.
Removed pprint.py from the README; it's now in the standard lib.
Diffstat (limited to 'Demo/parser/README')
-rw-r--r-- | Demo/parser/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demo/parser/README b/Demo/parser/README index 3d775aa..ec45ca9 100644 --- a/Demo/parser/README +++ b/Demo/parser/README @@ -20,8 +20,6 @@ Files: handle nested constructs easily using the functions and classes in example.py. - pprint.py -- function to pretty-print Python values. - test_parser.py program to put the parser module through it's paces. parser.tex -- LaTex driver file for formatting the parser module |