Staging
v0.5.1
https://github.com/python/cpython
Revision cb8de91dadf15925fb95069cb190398e1d485f56 authored by Miss Islington (bot) on 22 August 2019, 16:39:52 UTC, committed by Raymond Hettinger on 22 August 2019, 16:39:52 UTC
(cherry picked from commit 4109263a7edce11194e301138cf66fa2d07f7ce4)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
1 parent 2878f37
Raw File
Tip revision: cb8de91dadf15925fb95069cb190398e1d485f56 authored by Miss Islington (bot) on 22 August 2019, 16:39:52 UTC
bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)
Tip revision: cb8de91
_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