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
venvlauncher.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{8f3ab79e-3cba-4e6d-82b2-559ce946de58}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{4a2423af-e5d1-4c88-b308-d71b768977df}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\launcher.ico">
      <Filter>Resource Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\pylauncher.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\launcher.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top