]> granicus.if.org Git - python/commit
* separate opcode definitions into opcode.py
authorSkip Montanaro <skip@pobox.com>
Thu, 27 Feb 2003 21:29:27 +0000 (21:29 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 27 Feb 2003 21:29:27 +0000 (21:29 +0000)
commit19c6ba366455432c2fd3ec9d4ed660f34ffced46
treeb5e2f2f245ae1dde3a3855412d7b9a65ce5cdff8
parent3249ccd06a914eb12d197699d7f82db8573594fc
* separate opcode definitions into opcode.py
* add disassemble_string
* allow classes and strings containing bytecode to be disassembled
Lib/dis.py