Staging
v0.5.1
https://github.com/python/cpython
Revision 7aec764d7391a077c2d8cc9610d506fc9970f0d8 authored by Steve Dower on 24 June 2015, 03:48:32 UTC, committed by Steve Dower on 24 June 2015, 03:48:32 UTC
1 parent 27947d5
Raw File
Tip revision: 7aec764d7391a077c2d8cc9610d506fc9970f0d8 authored by Steve Dower on 24 June 2015, 03:48:32 UTC
Closes #24244: Removes invalid test from test_time
Tip revision: 7aec764
_tkinter.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>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top