[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126) #21134

Merged
merged 1 commit into from Jun 25, 2020

Conversation

Copy link
Contributor

miss-islington commented Jun 25, 2020

  • 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 55939b1)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue41074

…H-21126)

* 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 55939b1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Copy link
Contributor Author

miss-islington commented Jun 25, 2020

@serhiy-storchaka: Status check is done, and it's a success .

miss-islington merged commit 3f4de44 into python:3.8 Jun 25, 2020
5 checks passed
miss-islington deleted the backport-55939b1-3.8 branch Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants