10.1.6 Свойство mysql.connector.__version_info__
Это свойство указывает версию Connector/Python как массив компонентов версии. Оно доступно начиная с Connector/Python 1.1.0.
>>> mysql.connector.__version_info__
(1, 1, 0, 'a', 0)
© 2025 Oracle
Licensed under the GPLv2 License.