From: Guido van Rossum <guido@python.org>
Date: Thu, 2 Jan 2003 02:24:22 +0000 (+0000)
Subject: Add byext.py
X-Git-Tag: v2.3c1~2666
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf1b1fdb9e01d01d18dd791c6a8ebc74cb6b0f47;p=python

Add byext.py
---

diff --git a/Tools/scripts/README b/Tools/scripts/README
index a86646b3dc..000f937d2e 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -4,6 +4,7 @@ dutree or lll) are also generally useful UNIX tools.
 
 See also the Demo/scripts directory!
 
+byext.py		Print lines/words/chars stats of files by extension
 byteyears.py		Print product of a file's size and age
 checkpyc.py		Check presence and validity of ".pyc" files
 classfix.py		Convert old class syntax to new