Staging
v0.8.1
https://github.com/python/cpython
Revision 17e9f3b7748a878d6e67279eac25f31713a54371 authored by Larry Hastings on 12 September 2015, 16:12:36 UTC, committed by Larry Hastings on 12 September 2015, 16:12:36 UTC
1 parent 76b7133
Raw File
Tip revision: 17e9f3b7748a878d6e67279eac25f31713a54371 authored by Larry Hastings on 12 September 2015, 16:12:36 UTC
Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).
Tip revision: 17e9f3b
_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