Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7336935

Browse files
committed
dis is now documented; bisect is deemed useful.
1 parent f7790c6 commit 7336935

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ \section{Code objects and files, debugger etc.}
9696

9797
py_compile.py -- "compile" a .py file to a .pyc file
9898

99-
dis.py -- Disassembler for Python bytecode objects
100-
10199
repr.py -- Redo the `...` (representation) but with limits on most
102100
sizes (used by pdb)
103101

@@ -127,7 +125,7 @@ \section{Oddities}
127125

128126
Queue.py -- A multi-producer, multi-consumer queue
129127

130-
bisect.py -- Bisection algorithms
128+
bisect.py -- Bisection algorithms (this is actually useful at times)
131129

132130
dump.py -- Print python code that reconstructs a variable
133131

Doc/libundoc.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ \section{Code objects and files, debugger etc.}
9696

9797
py_compile.py -- "compile" a .py file to a .pyc file
9898

99-
dis.py -- Disassembler for Python bytecode objects
100-
10199
repr.py -- Redo the `...` (representation) but with limits on most
102100
sizes (used by pdb)
103101

@@ -127,7 +125,7 @@ \section{Oddities}
127125

128126
Queue.py -- A multi-producer, multi-consumer queue
129127

130-
bisect.py -- Bisection algorithms
128+
bisect.py -- Bisection algorithms (this is actually useful at times)
131129

132130
dump.py -- Print python code that reconstructs a variable
133131

0 commit comments

Comments
 (0)