summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-18 15:30:13 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-18 15:30:13 (GMT)
commit7336935e4c521784b4e11b41cb32c1d646ffa0d1 (patch)
tree2192dfd04ca564bd7170c6f130228a9beae8de7e
parentf7790c608d0c25c1be1a5712188b0fdebbc1f3db (diff)
downloadcpython-7336935e4c521784b4e11b41cb32c1d646ffa0d1.zip
cpython-7336935e4c521784b4e11b41cb32c1d646ffa0d1.tar.gz
cpython-7336935e4c521784b4e11b41cb32c1d646ffa0d1.tar.bz2
dis is now documented; bisect is deemed useful.
-rw-r--r--Doc/lib/libundoc.tex4
-rw-r--r--Doc/libundoc.tex4
2 files changed, 2 insertions, 6 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 50dc1ba..56a71a4 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -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
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index 50dc1ba..56a71a4 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -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