summaryrefslogtreecommitdiffstats
path: root/development/MySQL-python/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/MySQL-python/README')
-rw-r--r--development/MySQL-python/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/MySQL-python/README b/development/MySQL-python/README
index de40ed0a7d..aec45782ee 100644
--- a/development/MySQL-python/README
+++ b/development/MySQL-python/README
@@ -1,10 +1,11 @@
MySQL-python (Python interface to MySQL)
-MySQLdb is an interface to the popular MySQL database server for Python.
-The design goals are:
+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.5 and Python-2.4 through 2.7 are currently supported.
+MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
+supported.