This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Updated Demo\parser\unpack.py
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: jpe, loewis
Priority: normal Keywords: patch

Created on 2006-03-02 04:01 by jpe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unparse.py jpe, 2006-03-02 04:01 Version that covers most ast nodes
Messages (2)
msg49625 - (view) Author: John Ehresman (jpe) * Date: 2006-03-02 04:01
Updated demo for ast inspection.  It now generates code
for all files under Lib, but I have not checked to see
if the code is correct.  The next step is to reorder
the methods, implement a check to see if generated code
is correct, and fix it so it is correct.  Use the
--testdir argument to process all files in the given
directory recursively.

I intend to work more on this, but I'm having problems
with my laptop so I may not be working tomorrow.
msg49626 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-13 17:35
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r45233.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42964
2006-03-02 04:01:54jpecreate