ANN: decompyle pre-alpha-2

John Aycock aycock at valdes.UVic.CA
Mon Dec 20 16:42:10 EST 1999


"Decompyle" attempts to reconstruct Python source from the bytecode
in a code object.  The latest version (pre-alpha-2) is available at 

	http://csr.uvic.ca/~aycock/python

New in this release: support for subscripts, slices, dictionary-building,
comparison, exec, del, pass, and simple forms of try/except/finally.  No more
extraneous commas in the output, either. 

John



More information about the Python-list mailing list