Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a40d57

Browse filesBrowse files
committed
1.4.3
1 parent a8329a3 commit 5a40d57
Copy full SHA for 5a40d57

File tree

Expand file treeCollapse file tree

2 files changed

+18
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+18
-2
lines changed

‎HISTORY.rst

Copy file name to clipboardExpand all lines: HISTORY.rst
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
======================
2+
What's new in 1.4.3
3+
======================
4+
5+
Release: 2019-08-09
6+
7+
* ``--static`` build supports ``libmariadbclient.a``
8+
* Try ``mariadb_config`` when ``mysql_config`` is not found
9+
* Fixed warning happend in Python 3.8 (#359)
10+
* Fixed ``from MySQLdb import *``, while I don't recommend it. (#369)
11+
* Fixed SEGV ``MySQLdb.escape_string("1")`` when libmariadb is used and
12+
no connection is created. (#367)
13+
* Fixed many circular references are created in ``Cursor.executemany()``. (#375)
14+
15+
116
======================
217
What's new in 1.4.2
318
======================

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.4.2.post1
3-
version_info: (1,4,2,'post',1)
2+
version: 1.4.3
3+
version_info: (1,4,3,'final',0)
44
description: Python interface to MySQL
55
author: Inada Naoki
66
author_email: songofacandy@gmail.com
@@ -25,6 +25,7 @@ classifiers:
2525
Programming Language :: Python :: 3.5
2626
Programming Language :: Python :: 3.6
2727
Programming Language :: Python :: 3.7
28+
Programming Language :: Python :: 3.8
2829
Topic :: Database
2930
Topic :: Database :: Database Engines/Servers
3031
py_modules:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.