Documentation Home
MySQL Connector/Python Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 327.1Kb
PDF (A4) - 328.2Kb


MySQL Connector/Python Release Notes  /  Changes in MySQL Connector/Python 1.0  /  Changes in MySQL Connector/Python 1.0.2 (2012-05-19, Alpha)

Changes in MySQL Connector/Python 1.0.2 (2012-05-19, Alpha)

Internal alpha release.

Functionality Added or Changed

  • Added more unit tests for modules like connection and network as well as testing the SSL functionality.

Bugs Fixed

  • Fixed bootstrapping MySQL 5.6 running unit tests.

    Messages send by the bootstrapped MySQL server to stdout and stderr now are discarded. (Bug #14048685)

  • Fixing and refactoring the mysql.connector.errors module. (Bug #14039339)