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 larry
Recipients larry, serhiy.storchaka
Date 2015-03-18.08:51:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426668719.29.0.988489131495.issue23500@psf.upfronthosting.co.za>
In-reply-to
Content
What do you think of this approach?  Now a "Destination" object behaves like an array of text accumulators.  If you ask for one that doesn't exist it's created for you.  When the Destination is dumped, the output from each accumulator is joined together, like buffer[0] + buffer[1] + buffer[2].  (You can even specify negative indices, if you want text that goes *before* the default text accumulator.)

With this approach, all the #ifndef stanzas are at the end of the emitted text.
History
Date User Action Args
2015-03-18 08:51:59larrysetrecipients: + larry, serhiy.storchaka
2015-03-18 08:51:59larrysetmessageid: <1426668719.29.0.988489131495.issue23500@psf.upfronthosting.co.za>
2015-03-18 08:51:59larrylinkissue23500 messages
2015-03-18 08:51:59larrycreate