Re: Fix for #4565 caused this code to break, not sure how to fix my code.

2007-06-19 Thread Brian Harring
On Tue, Jun 19, 2007 at 01:12:40PM -0600, Norman Harman wrote: > > This change > > r5482 | mtredinnick | 2007-06-17 00:11:37 -0700 (Sun, 17 Jun 2007) | 4 lines > > Fixed #4565 -- Changed template rendering to use iterators, rather than > creating large strings, as much as possible. This is all b

Fix for #4565 caused this code to break, not sure how to fix my code.

2007-06-19 Thread Norman Harman
This change r5482 | mtredinnick | 2007-06-17 00:11:37 -0700 (Sun, 17 Jun 2007) | 4 lines Fixed #4565 -- Changed template rendering to use iterators, rather than creating large strings, as much as possible. This is all backwards compatible. Thanks, Brian Harring. Specifically the isinstance che