[jira] Commented: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-09-01 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=comments#action_12320768 ] Nicolas Lehuen commented on MODPYTHON-73: - BTW Graham, after I wrote the unit test, I remembered that your patch should not be needed. With the new publisher, the h

[jira] Commented: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-09-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=comments#action_12320781 ] Graham Dumpleton commented on MODPYTHON-73: --- Note that util.apply_fs_data() can be called directly independent of mod_python.publisher. Thus it may be redundant w

[jira] Commented: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-09-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=comments#action_12320783 ] Graham Dumpleton commented on MODPYTHON-73: --- I checked again, you mustn't have it quite right as it definitely fails for me. Eg: def index(): return "XOX" cla

[jira] Commented: (MODPYTHON-73) Using objects to create an explicit hierarchy.

2005-09-01 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=comments#action_12320795 ] Nicolas Lehuen commented on MODPYTHON-73: - OK, the unit test I performed was not exactly what you meant : class Mapping(object): def __init__(self,name):