Staging
v0.5.1
https://github.com/python/cpython
Revision 0ef6a3fc0eb9337656ef843bbcde09c15267173d authored by Miss Islington (bot) on 25 June 2020, 09:12:58 UTC, committed by GitHub on 25 June 2020, 09:12:58 UTC

* Fix support of non-ASCII names in functions OpenDatabase()
  and init_database().
* Fix support of non-ASCII SQL in method Database.OpenView().
(cherry picked from commit 55939b1708d6fc0d36d2be11ccdc6bf207e1bd41)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent c1634ac
Raw File
Tip revision: 0ef6a3fc0eb9337656ef843bbcde09c15267173d authored by Miss Islington (bot) on 25 June 2020, 09:12:58 UTC
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
Tip revision: 0ef6a3f
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top