File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Original file line number Diff line number Diff line change
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
+
1
16
======================
2
17
What's new in 1.4.2
3
18
======================
Original file line number Diff line number Diff line change 1
1
[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 )
4
4
description: Python interface to MySQL
5
5
author: Inada Naoki
6
6
author_email: songofacandy@gmail.com
@@ -25,6 +25,7 @@ classifiers:
25
25
Programming Language :: Python :: 3.5
26
26
Programming Language :: Python :: 3.6
27
27
Programming Language :: Python :: 3.7
28
+ Programming Language :: Python :: 3.8
28
29
Topic :: Database
29
30
Topic :: Database :: Database Engines/Servers
30
31
py_modules:
You can’t perform that action at this time.
0 commit comments