Staging
v0.5.1
https://github.com/python/cpython
Revision 7eeb80b1e0034fd4e6b8d03b2c0fc5c94fe8d8fa authored by Miss Islington (bot) on 13 September 2018, 17:32:44 UTC, committed by GitHub on 13 September 2018, 17:32:44 UTC
(cherry picked from commit a710ebd21b09efe902dde84d4862ce5c6427f7af)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent 3e3d4a4
Raw File
Tip revision: 7eeb80b1e0034fd4e6b8d03b2c0fc5c94fe8d8fa authored by Miss Islington (bot) on 13 September 2018, 17:32:44 UTC
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Tip revision: 7eeb80b
winsound.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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\winsound.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top