Staging
v0.5.1
https://github.com/python/cpython
Revision 17e9f3b7748a878d6e67279eac25f31713a54371 authored by Larry Hastings on 12 September 2015, 16:12:36 UTC, committed by Larry Hastings on 12 September 2015, 16:12:36 UTC
1 parent 76b7133
Raw File
Tip revision: 17e9f3b7748a878d6e67279eac25f31713a54371 authored by Larry Hastings on 12 September 2015, 16:12:36 UTC
Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).
Tip revision: 17e9f3b
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top