From: Guido van Rossum Date: Tue, 23 Dec 1997 19:03:42 +0000 (+0000) Subject: Added Jack Jansen's versioncheck to the README file. X-Git-Tag: v1.5~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b9af756d11f2f57a864919b23a93f8a64c3f6d;p=python Added Jack Jansen's versioncheck to the README file. --- diff --git a/Tools/README b/Tools/README index f0b9bf9d91..dcb12d20a9 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.