Staging
v0.5.1
https://github.com/python/cpython
Revision 1374bd41b1e57fb47fcadc0fad9412f4618be317 authored by Victor Stinner on 24 January 2014, 14:34:19 UTC, committed by Victor Stinner on 24 January 2014, 14:34:19 UTC
1 parent 5c66189
Raw File
Tip revision: 1374bd41b1e57fb47fcadc0fad9412f4618be317 authored by Victor Stinner on 24 January 2014, 14:34:19 UTC
asyncio: mention that transports/protocols are low-level, streams are high-level
Tip revision: 1374bd4
_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