dis is now documented; bisect is deemed useful.
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 @@
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 @@
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 @@
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 @@
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