Staging
v0.5.1
https://github.com/python/cpython
Revision 50d4f12958bf806a4e1a1021d70cfd5d448c5cba authored by Lysandros Nikolaou on 18 December 2019, 00:20:55 UTC, committed by Pablo Galindo on 18 December 2019, 00:20:55 UTC
1 parent a9d0a6a
Raw File
Tip revision: 50d4f12958bf806a4e1a1021d70cfd5d448c5cba authored by Lysandros Nikolaou on 18 December 2019, 00:20:55 UTC
bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)
Tip revision: 50d4f12
_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