diff options
author | Barry Warsaw <barry@python.org> | 1997-12-01 16:35:54 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-12-01 16:35:54 (GMT) |
commit | 433c8ca32825db31a92c84057dffbb05dc75a350 (patch) | |
tree | ebb78d8825e7cd05a4df9e6a20cc635908d385ee /Doc/libundoc.tex | |
parent | f6e8316b019c9e12fea293ac56efaed0a9e0498b (diff) | |
download | cpython-433c8ca32825db31a92c84057dffbb05dc75a350.zip cpython-433c8ca32825db31a92c84057dffbb05dc75a350.tar.gz cpython-433c8ca32825db31a92c84057dffbb05dc75a350.tar.bz2 |
Removed Queue.py. It's documented now.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r-- | Doc/libundoc.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 76062c2..eeaaec9 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -125,8 +125,6 @@ whatsound.py -- recognizing sound files These modules are probably also obsolete, or just not very useful. -Queue.py -- A multi-producer, multi-consumer queue - bisect.py -- Bisection algorithms (this is actually useful at times) dump.py -- Print python code that reconstructs a variable |