I was reading on MySQLdb Python page and cannot seem to find any version information.
Currently I am developing with this MySQLdb module using python 2.5, 2.6 but was wondering if it is compatible with versions such as Python 2.3.4.
In the readme accompanying the download from sourceforge it says: "Versions lower than 2.3 WONT WORK" and this language always worries me.
Did they mean lower than 2.3 or lower than or equal to 2.3?
Any ideas where I can determine this information? Perhaps this question is better asked on superuser?