Staging
v0.5.1
https://github.com/python/cpython
Revision cbbec1c53f4b6fb88b4ae984e69db2d2951cd560 authored by Serhiy Storchaka on 30 November 2015, 15:20:02 UTC, committed by Serhiy Storchaka on 30 November 2015, 15:20:02 UTC
1 parent 7279bef
Raw File
Tip revision: cbbec1c53f4b6fb88b4ae984e69db2d2951cd560 authored by Serhiy Storchaka on 30 November 2015, 15:20:02 UTC
Issue #25718: Fixed copying object with state with boolean value is false.
Tip revision: cbbec1c
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