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.

Author jhylton
Recipients jhylton, novalis_dt
Date 2008-11-24.16:53:38
SpamBayes Score 1.9042337e-06
Marked as misclassified No
Message-id <1227545619.97.0.593386429049.issue4327@psf.upfronthosting.co.za>
In-reply-to
Content
It seems generally useful to have a helper function to replace a range
of nodes in a sequence of statements with another sequence of nodes.  A
general API like that would allow you to insert or delete nodes as well
as replacing one node with a set of nodes.  It seems like that could be
implemented pretty independently of this patch, and would then simplify
it.  I don't think it's a good idea to add the Seq type just to simplify
the implementation.
History
Date User Action Args
2008-11-24 16:53:40jhyltonsetrecipients: + jhylton, novalis_dt
2008-11-24 16:53:39jhyltonsetmessageid: <1227545619.97.0.593386429049.issue4327@psf.upfronthosting.co.za>
2008-11-24 16:53:39jhyltonlinkissue4327 messages
2008-11-24 16:53:38jhyltoncreate