Commit 7336935e authored by Guido van Rossum's avatar Guido van Rossum

dis is now documented; bisect is deemed useful.

parent f7790c60
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment