Staging
v0.5.1
https://github.com/python/cpython
Revision 725d9dd1a7ae29d2e592aa8f74f899d27bc941d4 authored by Terry Jan Reedy on 28 July 2013, 04:00:20 UTC, committed by Terry Jan Reedy on 28 July 2013, 04:00:20 UTC
1 parent ae6d05b
Raw File
Tip revision: 725d9dd1a7ae29d2e592aa8f74f899d27bc941d4 authored by Terry Jan Reedy on 28 July 2013, 04:00:20 UTC
Issue #18441: Make test.support.requires('gui') skip when it should.
Tip revision: 725d9dd
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top