Staging
v0.5.1
https://github.com/python/cpython
Revision f11caa0bba648d744c1d4050b11038505fd6e1fe authored by R David Murray on 14 September 2013, 17:31:14 UTC, committed by R David Murray on 14 September 2013, 17:31:14 UTC
This test will fail because a previous attempt to fix a merge error
in site.py was incorrect, but the test wasn't running so it wasn't
caught.  The next commit will fix the site.py bug.
2 parent s c79413d + 1bc6ceb
Raw File
Tip revision: f11caa0bba648d744c1d4050b11038505fd6e1fe authored by R David Murray on 14 September 2013, 17:31:14 UTC
Merge #18206: Fix test for existence of license URL.
Tip revision: f11caa0
_ctypes_test.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Header Files">
      <UniqueIdentifier>{8fd70119-5481-4e5d-b187-d0b14eb27e38}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{38abc486-e143-49dc-8cf0-8aefab0e0d3d}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\Modules\_ctypes\_ctypes_test.h">
      <Filter>Header Files</Filter>
    </ClInclude>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ctypes\_ctypes_test.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top