]> granicus.if.org Git - python/commitdiff
dis is now documented; bisect is deemed useful.
authorGuido van Rossum <guido@python.org>
Tue, 18 Nov 1997 15:30:13 +0000 (15:30 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Nov 1997 15:30:13 +0000 (15:30 +0000)
Doc/lib/libundoc.tex
Doc/libundoc.tex

index 50dc1ba7608fbde0a5224b3734d741af19bb0dcc..56a71a475b73761b1c8901703c9930a27e9776b9 100644 (file)
@@ -96,8 +96,6 @@ compileall.py -- force "compilation" of all .py files in a directory
 
 py_compile.py -- "compile" a .py file to a .pyc file
 
-dis.py -- Disassembler for Python bytecode objects
-
 repr.py -- Redo the `...` (representation) but with limits on most
 sizes (used by pdb)
 
@@ -127,7 +125,7 @@ These modules are probably also obsolete, or just not very useful.
 
 Queue.py -- A multi-producer, multi-consumer queue
 
-bisect.py -- Bisection algorithms
+bisect.py -- Bisection algorithms (this is actually useful at times)
 
 dump.py -- Print python code that reconstructs a variable
 
index 50dc1ba7608fbde0a5224b3734d741af19bb0dcc..56a71a475b73761b1c8901703c9930a27e9776b9 100644 (file)
@@ -96,8 +96,6 @@ compileall.py -- force "compilation" of all .py files in a directory
 
 py_compile.py -- "compile" a .py file to a .pyc file
 
-dis.py -- Disassembler for Python bytecode objects
-
 repr.py -- Redo the `...` (representation) but with limits on most
 sizes (used by pdb)
 
@@ -127,7 +125,7 @@ These modules are probably also obsolete, or just not very useful.
 
 Queue.py -- A multi-producer, multi-consumer queue
 
-bisect.py -- Bisection algorithms
+bisect.py -- Bisection algorithms (this is actually useful at times)
 
 dump.py -- Print python code that reconstructs a variable