Dear MySQL users,
MySQL Connector/Python 2.0.5 GA is a new GA version of 2.0
release series of the pure Python database driver for MySQL. It
can be used for production environments.
MySQL Connector/Python version 2.0.5 is compatible with MySQL
Server versions 5.5 and greater. Python 2.6 and greater as well
as Python 3.3 and greater are supported. Python 2.4, 2.5 and 3.1,
3.2 are not supported.
MySQL Connector/Python 2.0.5 is available for download
from:
http://dev.mysql.com/downloads/connector/python/#downloads
The ChangeLog file included in the distribution contains a brief
summary of changes in MySQL Connector/Python 2.0.5. For a more
complete list of changes, see below or online at:
http://dev.mysql.com/doc/relnotes/connector-python/en/
Changes in MySQL Connector/Python 2.0.5 (2016-10-26)
Bugs Fixed
* A potential SQL injection vector was eliminated. (Bug
#22529828, …
[Read more]