| David Fraser (JIRA) 2005-05-31, 5:47 pm |
| [ http://issues.apache.org/jira/brows...ts#action_66615 ]
David Fraser commented on MODPYTHON-55:
---------------------------------------
Seems reasonable ; it would be nice to retain the ability to build without configure by running setup.py directly (at least on Windows)
Note that setup.py.in already contains a getmp_version() method that reads the version out of src/include/mpversion.h
> Add a version attribute to the mod_python module.
> -------------------------------------------------
>
> Key: MODPYTHON-55
> URL: http://issues.apache.org/jira/browse/MODPYTHON-55
> Project: mod_python
> Type: Improvement
> Versions: 3.1.4
> Reporter: Nicolas Lehuen
> Assignee: Nicolas Lehuen
> Fix For: 3.2.0
>
> (asked by dharana) There is no easy way to know the version of mod_python used from within an handler. Why not try to add a version string attribute to the mod_python module ?
|