summaryrefslogtreecommitdiffstats
path: root/development/MySQL-python/README
diff options
context:
space:
mode:
author Jick Nan <jick.nan@gmail.com>2010-05-13 00:24:07 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:24:07 +0200
commit2857d3ae7b9d132811d644081c474db308c957a2 (patch)
treee6e29968b70c62cad1aba8ec90a34cb4d47f1cc8 /development/MySQL-python/README
parentfb81dfec62052ab2570beec3245f7b2507274469 (diff)
downloadslackbuilds-2857d3ae7b9d132811d644081c474db308c957a2.tar.gz
slackbuilds-2857d3ae7b9d132811d644081c474db308c957a2.tar.xz
development/MySQL-python: Updated for version 1.2.3c1
Diffstat (limited to '')
-rw-r--r--development/MySQL-python/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/MySQL-python/README b/development/MySQL-python/README
index 7b08482c7e..545bf819fa 100644
--- a/development/MySQL-python/README
+++ b/development/MySQL-python/README
@@ -1,12 +1,12 @@
MySQL-python (Python interface to MySQL)
-MySQLdb is an interface to the popular MySQL database server for Python.
+MySQLdb is an interface to the popular MySQL database server for Python.
The design goals are:
* Compliance with Python database API version 2.0 [PEP-0249]
* Thread-safety
* Thread-friendliness (threads will not block each other)
-MySQL-3.23 through 5.0 and Python-2.3 through 2.5 are currently supported.
+MySQL-3.23 through 5.1 and Python-2.3 through 2.6 are currently supported.
This requires the Python setuptools (pysetuptools on SlackBuilds.org).