File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ \section{Code objects and files, debugger etc.}
9696
9797py_compile.py -- "compile" a .py file to a .pyc file
9898
99- dis.py -- Disassembler for Python bytecode objects
100-
10199repr.py -- Redo the `...` (representation) but with limits on most
102100sizes (used by pdb)
103101
@@ -127,7 +125,7 @@ \section{Oddities}
127125
128126Queue.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
132130dump.py -- Print python code that reconstructs a variable
133131
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ \section{Code objects and files, debugger etc.}
9696
9797py_compile.py -- "compile" a .py file to a .pyc file
9898
99- dis.py -- Disassembler for Python bytecode objects
100-
10199repr.py -- Redo the `...` (representation) but with limits on most
102100sizes (used by pdb)
103101
@@ -127,7 +125,7 @@ \section{Oddities}
127125
128126Queue.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
132130dump.py -- Print python code that reconstructs a variable
133131
You can’t perform that action at this time.
0 commit comments