commit | 1cc2b9de35a2af2fdfe0bc707b51aae0e64b8160 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon May 03 18:09:53 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon May 03 18:09:53 1999 +0000 |
tree | 0da85719a1f8e6eab5465354f889a3b78f963252 | |
parent | 287b3996d54fd6eaf24d10bfb51a1c3728d09486 [diff] |
Clarify why we define disco. Suggested by Andrew Dalke.
diff --git a/Lib/dis.py b/Lib/dis.py index c997880..a03784c 100644 --- a/Lib/dis.py +++ b/Lib/dis.py
@@ -83,7 +83,7 @@ print '(' + cmp_op[oparg] + ')', print -disco = disassemble +disco = disassemble # XXX For backwards compatibility def findlabels(code): """Detect all offsets in a byte code which are jump targets.