[Python-Dev] trace.py and the obscurity of Tools/scripts/ (was: Unittest list) (original) (raw)

Barry A. Warsaw barry@zope.com
Thu, 11 Apr 2002 13:42:36 -0400


"GvR" == Guido van Rossum <guido@python.org> writes:

GvR> Maybe more tools should follow the evolution of ndiff and
GvR> migrate to the library (where ndiff lives on as difflib).

Probably so. I wonder if it makes sense to put them in a package (e.g. a `scripts' package)?

-Barry