summaryrefslogtreecommitdiffstats
path: root/Tools/README
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 15:39:49 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 15:39:49 (GMT)
commit90efac7f3794760b3a4d07171b90c86eeb4f2f81 (patch)
treebdca9b7d5bd323b1ea309414bf74d9b7f20217c0 /Tools/README
parent1d5eb3425baeb363c71e6b8dcb57bec967682d7f (diff)
downloadcpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.zip
cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.tar.gz
cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.tar.bz2
Issue 10502: addition of unittestgui to Tools/
Diffstat (limited to 'Tools/README')
-rw-r--r--Tools/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README
index ff0d4a5..355ba53 100644
--- a/Tools/README
+++ b/Tools/README
@@ -34,8 +34,11 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
test2to3 A demonstration of how to use 2to3 transparently in setup.py.
-unicode Tools used to generate unicode database files for
- Python 2.0 (by Fredrik Lundh).
+unicode Tools used to generate unicode database files (by Fredrik
+ Lundh).
+
+unittestgui A Tkinter based GUI test runner for unittest, with test
+ discovery.
world Script to take a list of Internet addresses and print
out where in the world those addresses originate from,