mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
dis is now documented; bisect is deemed useful.
This commit is contained in:
parent
f7790c608d
commit
7336935e4c
2 changed files with 2 additions and 6 deletions
|
@ -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
|
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
|
repr.py -- Redo the `...` (representation) but with limits on most
|
||||||
sizes (used by pdb)
|
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
|
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
|
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
|
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
|
repr.py -- Redo the `...` (representation) but with limits on most
|
||||||
sizes (used by pdb)
|
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
|
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
|
dump.py -- Print python code that reconstructs a variable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue