diff options
author | Guido van Rossum <guido@python.org> | 1997-11-07 19:58:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-07 19:58:10 (GMT) |
commit | 1abbd7f3f1e46f32c745b9eb44254ea12c0ddcf9 (patch) | |
tree | c50ee043bae5ef7052236ff2885822bd9d73977e | |
parent | 93a47d7c3c089c6167eea95ac4a5a44e730b270e (diff) | |
download | cpython-1abbd7f3f1e46f32c745b9eb44254ea12c0ddcf9.zip cpython-1abbd7f3f1e46f32c745b9eb44254ea12c0ddcf9.tar.gz cpython-1abbd7f3f1e46f32c745b9eb44254ea12c0ddcf9.tar.bz2 |
Added vgrindefs.
-rw-r--r-- | Misc/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README index c737c5e..8754f05 100644 --- a/Misc/README +++ b/Misc/README @@ -33,3 +33,4 @@ python-mode.el Emacs mode for editing Python programs python.man UNIX man page for the python interpreter renumber.py Script to renumber the sections in the FAQ setuid-prog.c C helper program for set-uid Python scripts +vgrindefs Python configuration for vgrind (a generic pretty printer) |