]> granicus.if.org Git - python/commit
Michael Hudson: With the (cool!) new call syntax, the longest opcode
authorGuido van Rossum <guido@python.org>
Thu, 30 Mar 2000 15:02:11 +0000 (15:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Mar 2000 15:02:11 +0000 (15:02 +0000)
commitd30dedca27308441014e67a4208f37ce43e7d85c
treeb3c68b6ef4fb667089c2f83b13bc44db561b801a
parentbf45322b3de1f14448db4992e12dd8408e4e740c
Michael Hudson: With the (cool!) new call syntax, the longest opcode
name is much longer, which fouls up dis's formatting slightly; this is
a "fix" for that.
Lib/dis.py