From 1cc2b9de35a2af2fdfe0bc707b51aae0e64b8160 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 May 1999 18:09:53 +0000 Subject: Clarify why we define disco. Suggested by Andrew Dalke. --- Lib/dis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ def disassemble(co, lasti=-1): 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. -- cgit v0.12