Issue1081824
Created on 2004-12-09 02:06 by kjohnson, last changed 2008-08-26 01:35 by benjamin.peterson.
| msg23614 (view) |
Author: Kent Johnson (kjohnson) |
Date: 2004-12-09 02:06 |
|
I was recently prompted to look at the docs for
compiler.visitor (Lib Ref 19.4 Using Visitors to Walk
ASTs). With all due respect it is not up to the
standards of most of the docs. I have attempted a
rewrite which is in the attachment.
I suggest also that the entry for walk() on the main
compiler doc page (19.1) should be updated to refer to
19.4 for details.
HTH
Kent
|
| msg23615 (view) |
Author: Kent Johnson (kjohnson) |
Date: 2006-03-29 13:53 |
|
Logged In: YES
user_id=49695
Hmmph. A year later I see I didn't actually attach my
suggested rewrite. Trying again.
|
| msg64334 (view) |
Author: Guilherme Polo (gpolo) |
Date: 2008-03-22 19:04 |
|
I have done some changes and did a patch against python-trunk
|
| msg71965 (view) |
Author: Benjamin Peterson (benjamin.peterson) |
Date: 2008-08-26 01:35 |
|
The patch no longer applies cleanly.
|
|
| Date |
User |
Action |
Args |
| 2008-08-26 01:35:24 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages:
+ msg71965 |
| 2008-03-22 21:35:26 | georg.brandl | set | assignee: jhylton -> georg.brandl nosy:
+ georg.brandl |
| 2008-03-22 19:04:29 | gpolo | set | files:
+ compiler.visitor_doc_update.diff nosy:
+ gpolo messages:
+ msg64334 |
| 2008-02-19 23:38:59 | akuchling | set | keywords:
+ patch |
| 2004-12-09 02:06:10 | kjohnson | create | |
|