Staging
v0.8.1
https://github.com/python/cpython
Revision 612d3935ec0b2fbe88b3fae8167f0c503c61a9ca authored by Miss Islington (bot) on 29 August 2019, 06:39:47 UTC, committed by GitHub on 29 August 2019, 06:39:47 UTC
(cherry picked from commit f5896a05edf5df91fb1b55bd481ba5b2a3682f4e)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
1 parent f3dca6a
Raw File
Tip revision: 612d3935ec0b2fbe88b3fae8167f0c503c61a9ca authored by Miss Islington (bot) on 29 August 2019, 06:39:47 UTC
bpo-35946: Improve assert_called_with documentation (GH-11796)
Tip revision: 612d393
_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