]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 Jun 2020 08:37:12 +0000 (11:37 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 08:37:12 +0000 (11:37 +0300)
commit55939b1708d6fc0d36d2be11ccdc6bf207e1bd41
treecdfce605a8dbd54923f85fb9078d882dcc89d3b3
parent152f0b8beea12e6282d284100b600771b968927a
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)

* Fix support of non-ASCII names in functions OpenDatabase()
  and init_database().
* Fix support of non-ASCII SQL in method Database.OpenView().
Lib/test/test_msilib.py
Misc/NEWS.d/next/Windows/2020-06-24-21-30-42.bpo-41074.gaQc3C.rst [new file with mode: 0644]
PC/_msi.c