Staging
v0.5.1
https://github.com/python/cpython
Revision 57d8de80313c536d409d6a104ae577af8ffc57fb authored by terryjreedy on 11 June 2017, 18:29:38 UTC, committed by GitHub on 11 June 2017, 18:29:38 UTC
Synchronize 3.6/3.7 test_calltips to the extent possible.  Part of patch by Serhiy Storchaka.
(cherry-pick from fdd42c4)
1 parent a895f91
Raw File
Tip revision: 57d8de80313c536d409d6a104ae577af8ffc57fb authored by terryjreedy on 11 June 2017, 18:29:38 UTC
[3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116)
Tip revision: 57d8de8
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