Python 2.5 has been offically released, The major change that may effect mod_python is better support for 64-bit machines, allowing for things such as strings > 2GiB.
Details and conversion guidelines can be found in PEP-353.
http://www.python.org/dev/peps/pep-0353/
Scanning the mod_python source with the ssizecheck.py script mentioned in the PEP indicates a number of places that will require attention.