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

2006-03-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=all ] Graham Dumpleton closed MODPYTHON-73: - > Using objects to create an explicit hierarchy. > -- > > Key: MODPYTHON-73 &g

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

2005-09-01 Thread Nicolas Lehuen (JIRA)
= index And indeed, your patch is required for this to work. > Using objects to create an explicit hierarchy. > -- > > Key: MODPYTHON-73 > URL: http://issues.apache.org/jira/browse/MODPYTHON-73 > Project: mod_pyth

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

2005-09-01 Thread Graham Dumpleton (JIRA)
mmand line, can call it okay: >>> import page >>> page.dummy() 'XOX' So it is valid to do in Python. > Using objects to create an explicit hierarchy. > -- > > Key: MODPYTHON-73 > URL: ht

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

2005-09-01 Thread Graham Dumpleton (JIRA)
within the context of mod_python.publisher but still useful as a separate change when the function is used directly, which is what I had in mind for it. > Using objects to create an explicit hierarchy. > -- > > Key: MODPYTHON-73 &g

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

2005-09-01 Thread Nicolas Lehuen (JIRA)
mething in your enhancement request ? > Using objects to create an explicit hierarchy. > -- > > Key: MODPYTHON-73 > URL: http://issues.apache.org/jira/browse/MODPYTHON-73 > Project: mod_python > T

[jira] Resolved: (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=all ] Nicolas Lehuen resolved MODPYTHON-73: - Fix Version: 3.2.0 Resolution: Fixed Checked in Graham's patch and wrote a unit test for it. Everything is OK. > Using objects t

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

2005-08-12 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-73?page=all ] Graham Dumpleton updated MODPYTHON-73: -- Attachment: util.diff.txt Attached path for this change. Why can't you attache patches when issue created. :-( > Using objects to c

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

2005-08-12 Thread Graham Dumpleton (JIRA)
Using objects to create an explicit hierarchy. -- Key: MODPYTHON-73 URL: http://issues.apache.org/jira/browse/MODPYTHON-73 Project: mod_python Type: Improvement Components: publisher Versions: 3.2.0

Re: Using objects to create an explicit hierarchy.

2005-08-10 Thread Daniel Popowich
I do not have immediate comment on what you're doing, but I do have a tangential comment: Never having looked at the mod_python.util.fs_apply_data code, your email prompted me to. I noticed that the code uses "object" as a function argument name. While this works, shouldn't the argument name be