Author: phd
Date: Fri May 9 11:30:50 2014
New Revision: 4728
Log:
Minimal version of Python for SQLObject is 2.4 since release 0.11
Modified:
SQLObject/branches/1.5/docs/SQLObject.txt
Modified: SQLObject/branches/1.5/docs/SQLObject.txt
==============================================================================
--- SQLObject/branches/1.5/docs/SQLObject.txt Mon May 5 12:43:58 2014 (r4727)
+++ SQLObject/branches/1.5/docs/SQLObject.txt Fri May 9 11:30:50 2014 (r4728)
@@ -66,7 +66,7 @@
.. _FreeTDS: http://www.freetds.org/
.. _ADODBAPI: http://adodbapi.sourceforge.net/
-Python 2.3 or higher is required. SQLObject makes extensive use of
+Python 2.4 or higher is required. SQLObject makes extensive use of
new-style classes.
Compared To Other Database Wrappers
|