Staging
v0.5.1
https://github.com/python/cpython
Revision 1e320113069e40d00ef343e5f95d1d18806fb0ba authored by Georg Brandl on 13 October 2013, 07:31:42 UTC, committed by Georg Brandl on 13 October 2013, 07:31:42 UTC
1 parent 4f35079
Raw File
Tip revision: 1e320113069e40d00ef343e5f95d1d18806fb0ba authored by Georg Brandl on 13 October 2013, 07:31:42 UTC
Fix display of deprecated blocks with Sphinx 1.2.
Tip revision: 1e32011
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top