development/MySQL-python: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 20:43:09 -04:00 committed by Willy Sudiarto Raharjo
parent ccabf8d339
commit 49db870b54
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
MySQL-python (Python interface to MySQL) 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
The design goals are: Python. The design goals are:
* Compliance with Python database API version 2.0 [PEP-0249] * Compliance with Python database API version 2.0 [PEP-0249]
* Thread-safety * Thread-safety
* Thread-friendliness (threads will not block each other) * 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.