diff options
author | Skip Montanaro <skip@pobox.com> | 2003-04-09 01:39:06 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-04-09 01:39:06 (GMT) |
commit | d6e9fe386a701b29f0d843600b616ca031242c88 (patch) | |
tree | 4df0a50e61c733459dc2fe071d03978a7b4f27ad | |
parent | ca652746ff30e4295126f024db76a5ee094a3400 (diff) | |
download | cpython-d6e9fe386a701b29f0d843600b616ca031242c88.zip cpython-d6e9fe386a701b29f0d843600b616ca031242c88.tar.gz cpython-d6e9fe386a701b29f0d843600b616ca031242c88.tar.bz2 |
+ libtimeit
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 8f3e21d..755023d 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} |