From: Skip Montanaro Date: Wed, 9 Apr 2003 01:39:06 +0000 (+0000) Subject: + libtimeit X-Git-Tag: v2.3c1~1257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6e9fe386a701b29f0d843600b616ca031242c88;p=python + libtimeit --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 8f3e21dcb1..755023d0d0 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -206,6 +206,7 @@ and how to embed it in other applications. \input{libprofile} % The Python Profiler \input{libhotshot} % New profiler +\input{libtimeit} \input{internet} % Internet Protocols \input{libwebbrowser}