MySQL Forums
Forum List  »  Announcements

MySQL Connector/Python 1.0.10 has been released
Posted by: Sunanda Menon
Date: May 07, 2013 12:33AM

Dear MySQL users,

MySQL Connector/Python v1.0.10 is a new version of the 1.0 production
release of the pure Python database driver for MySQL.

MySQL Connector/Python version 1.0 is compatible with MySQL Server
versions 5.5 and greater, but should work with earlier versions
(greater than v4.1). Python v2.6 and greater as well as Python v3.1
and greater are supported. Python v2.4 and v2.5 are known to work,
but are not officially supported.

MySQL Connector/Python v1.0.10 is available for download from

http://dev.mysql.com/downloads/connector/python/#downloads

A brief summary of changes in MySQL Connector/Python v1.0 is listed
below. Please check the ChangeLog file inside the distribution for a
more complete list of changes or online at:

http://dev.mysql.com/doc/relnotes/connector-python/en/


Changes in MySQL Connector/Python v1.0.10 (7 May, 2013)
-----------------------------------------------------------------------------------

Functionality Added or Changed:

* A new connection option ssl_verify_cert checks the SSL
  certificate for the server against the certificate found in
  the file specified by the ssl_ca option. This option is
  disabled by default. Any certificate mismatch of invalid
  combination of SSL options will raise a ValueError exception.
  (Bug #16400735)

* Connector/Python now supports the LOCAL keyword for LOAD DATA
  LOCAL. (Bug #16369511, Bug #16736916)

* The MySQLConnection.cmd_shutdown() method now accepts an
  optional shutdown type. A new ShutdownType constants class was
  added. (Bug #16234441)

* The GPL Connector/Python packages contained non-GPL
  documentation. This could be an issue when Linux distributions
  would like to repackage. PDF and other documentation formats
  now are removed from the GPL packages, which point in the
  README_DOCS.txt file to online availability of the manual.
  (Bug #68509, Bug #16430013)


Documentation
-------------

Online:http://dev.mysql.com/doc/connector-python/en/index.html

The source distribution includes the manual in various formats under
the docs/ folder.

Reporting Bugs
--------------

We welcome and appreciate your feedback and bug reports:
http://bugs.mysql.com/

Enjoy!

On Behalf of the MySQL/Oracle RE Team,

Sunanda Menon 

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/Python 1.0.10 has been released
2924
May 07, 2013 12:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.