Re: [jira] Resolved: (MODPYTHON-37) Add apache.register_cleanup().

2005-08-06 Thread Nicolas Lehuen
OK, I've made the modification. Regards, Nicolas2005/8/6, Graham Dumpleton <[EMAIL PROTECTED]>: You might want to change "args" in the apache.register_cleanup()function to be "data", to match existing documentation for other similarmethods. Use of "args" gives an impression that it is multiple val

Re: [jira] Resolved: (MODPYTHON-37) Add apache.register_cleanup().

2005-08-06 Thread Graham Dumpleton
You might want to change "args" in the apache.register_cleanup() function to be "data", to match existing documentation for other similar methods. Use of "args" gives an impression that it is multiple values in a list/tuple whereas in practice is a single value of any type. I used "data" in my upd

[jira] Resolved: (MODPYTHON-37) Add apache.register_cleanup().

2005-08-06 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-37?page=all ] Nicolas Lehuen resolved MODPYTHON-37: - Fix Version: 3.2.0 Resolution: Fixed I have integrated Graham's patch (with data=None instead of data=()). I have also added a unit test