﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
332,Debugging template,anatoly techtonik <techtonik@…>,cmlenz,"Badly need debugging template in Genshi similar to the one PHP people [http://www.smarty.net/manual/en/chapter.debugging.console.php have in] Smarty (see [http://groups.google.com/group/genshi/browse_thread/thread/c433b5bf6f0a7ac1?hl=en discussion]).

It is currently possible to dump available template variables with: 
{{{
${pprint(dict(locals()['__data__']))}
}}}

But it looks like a hack, because of both direct `__data__` access and implicit pprint import.",enhancement,new,major,,General,0.5.1,,,leho@…
