﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
55,Support Python expressions as part of XPath in py:match,davidf@…,cmlenz,"It would be good to be able to specify an XPath as a Python expression (particularly where we're reusing it in multiple places, but this would also allow changing it from Python code) like so:
{{{
#!python
  <input py:match=""${xpath_for_forms}""/>
}}}
or 
{{{
#!python
  <input py:match=""${create_xpath(valid_attrs)}""/>
}}}",enhancement,reopened,major,,General,devel,,,simonc+genshi@…
