[ 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
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
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