Issue 1081824: Rewrite of docs for compiler.visitor (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/41300
classification
process
Created on 2004-12-09 02:06 by kjohnson , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (5)
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.
msg114600 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-08-21 23:07
compiler is now deprecated and unmaintained anyway.
History
Date
User
Action
Args
2022-04-11 14:56:08
admin
set
github: 41300
2010-08-21 23:07:31
georg.brandl
set
status: open -> closedresolution: out of datemessages: +
2008-08-26 01:35:24
benjamin.peterson
set
nosy: + benjamin.peterson messages: +
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: +
2008-02-19 23:38:59
akuchling
set
keywords: + patch
2004-12-09 02:06:10
kjohnson
create