summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2003-04-07 12:19:15 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2003-04-07 12:19:15 (GMT)
commitb3303efec6a0b279a0b7793bb642a5227727fb27 (patch)
tree8ed3a88ce3a97eec486d3e6c5dcdc8eff823eee9 /Doc/lib/lib.tex
parent1155887a74a5a4062614c4ee5a6f91f2d0198f75 (diff)
downloadcpython-b3303efec6a0b279a0b7793bb642a5227727fb27.zip
cpython-b3303efec6a0b279a0b7793bb642a5227727fb27.tar.gz
cpython-b3303efec6a0b279a0b7793bb642a5227727fb27.tar.bz2
patch [ 698505 ] docs for hotshot module
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 4f10cd0..8f3e21d 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -205,6 +205,7 @@ and how to embed it in other applications.
\input{libpdb} % The Python Debugger
\input{libprofile} % The Python Profiler
+\input{libhotshot} % New profiler
\input{internet} % Internet Protocols
\input{libwebbrowser}