Commit 1cc2b9de authored by Guido van Rossum's avatar Guido van Rossum

Clarify why we define disco. Suggested by Andrew Dalke.

parent 287b3996
...@@ -83,7 +83,7 @@ def disassemble(co, lasti=-1): ...@@ -83,7 +83,7 @@ def disassemble(co, lasti=-1):
print '(' + cmp_op[oparg] + ')', print '(' + cmp_op[oparg] + ')',
print print
disco = disassemble disco = disassemble # XXX For backwards compatibility
def findlabels(code): def findlabels(code):
"""Detect all offsets in a byte code which are jump targets. """Detect all offsets in a byte code which are jump targets.
......
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