summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-11 18:13:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-11 18:13:31 (GMT)
commit211f22c1b150ede5fc49ef63ca62fabdbb85c811 (patch)
tree9809b20427869eeff45d3be1ca7c8a752e945bd5
parentbe21d98cee17b21d71fa61d0b5f0fedb62dc4f43 (diff)
downloadcpython-211f22c1b150ede5fc49ef63ca62fabdbb85c811.zip
cpython-211f22c1b150ede5fc49ef63ca62fabdbb85c811.tar.gz
cpython-211f22c1b150ede5fc49ef63ca62fabdbb85c811.tar.bz2
Added the test package under "Frameworks".
-rw-r--r--Doc/lib/libundoc.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 4551a00..a531331 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -22,6 +22,11 @@ Fredrik Lundh is working on this one!
\item[SimpleHTTPServer.py]
--- Simple HTTP Server
+
+\item[test]
+--- Regression testing framework. This is used for the Python
+regression test, but is useful for other Python libraries as well.
+This is a package rather than a module.
\end{description}