Staging
v0.8.1
https://github.com/python/cpython
Revision 37f15bcfed4133f5ed79abf7e01eb052e2a60592 authored by Yury Selivanov on 20 February 2014, 21:20:44 UTC, committed by Yury Selivanov on 20 February 2014, 21:20:44 UTC
1 parent 934c885
Raw File
Tip revision: 37f15bcfed4133f5ed79abf7e01eb052e2a60592 authored by Yury Selivanov on 20 February 2014, 21:20:44 UTC
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706
Tip revision: 37f15bc
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top