diff options
author | Guido van Rossum <guido@python.org> | 1997-12-23 19:03:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-23 19:03:42 (GMT) |
commit | c4b9af756d11f2f57a864919b23a93f8a64c3f6d (patch) | |
tree | ec83db0904ca7c8a3f2919cb2edc3c9f138f6c38 /Tools/README | |
parent | 5291037c704a0e092313b70fa09364296e3149fa (diff) | |
download | cpython-c4b9af756d11f2f57a864919b23a93f8a64c3f6d.zip cpython-c4b9af756d11f2f57a864919b23a93f8a64c3f6d.tar.gz cpython-c4b9af756d11f2f57a864919b23a93f8a64c3f6d.tar.bz2 |
Added Jack Jansen's versioncheck to the README file.
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README index f0b9bf9..dcb12d2 100644 --- a/Tools/README +++ b/Tools/README @@ -17,4 +17,7 @@ scripts A number of useful single-file programs, e.g. for converting old Python sources to the current language definition. +versioncheck A tool to automate checking whether you have the latest + version of a package (by Jack Jansen). + webchecker A link checker for web sites. |