Staging
v0.5.1
https://github.com/python/cpython
Revision 1a3eb125dc07a28a5af62446778ed7cca95ed3da authored by Miss Islington (bot) on 05 September 2018, 14:45:57 UTC, committed by Victor Stinner on 05 September 2018, 14:45:57 UTC
(cherry picked from commit 7d81e8f5995df6980a1a02923e224a481375f130)
(cherry picked from commit 20a8392cec2967f15ae81633c1775645b3ca40da)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent e2c1657
Raw File
Tip revision: 1a3eb125dc07a28a5af62446778ed7cca95ed3da authored by Miss Islington (bot) on 05 September 2018, 14:45:57 UTC
[3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8970) (GH-9061)
Tip revision: 1a3eb12
_ssl.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top