summaryrefslogtreecommitdiffstats
path: root/development/MySQL-python
diff options
context:
space:
mode:
author B. Watson2020-10-13 02:43:09 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:44 +0200
commit49db870b547e3dc44c230fbf8b28db774f872435 (patch)
tree7e492642156a1c28cbd8bb05ca4f24f4ab2e951a /development/MySQL-python
parentccabf8d3391caf094d3a06b7f34343a4bc30b4a9 (diff)
downloadslackbuilds-49db870b547e3dc44c230fbf8b28db774f872435.tar.gz
development/MySQL-python: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/MySQL-python')
-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.