Staging
v0.8.1
https://github.com/python/cpython
Revision 253c8eb40ec5a87aa539f913fcd83d1759069981 authored by Miss Skeleton (bot) on 25 October 2020, 00:03:34 UTC, committed by GitHub on 25 October 2020, 00:03:34 UTC
(cherry picked from commit c579ad14d3b5bb9a45d7b9cc708eaf0bf4884c50)

Co-authored-by: Mark Roseman <mark@markroseman.com>
1 parent c1b620e
Raw File
Tip revision: 253c8eb40ec5a87aa539f913fcd83d1759069981 authored by Miss Skeleton (bot) on 25 October 2020, 00:03:34 UTC
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Tip revision: 253c8eb
_queue.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{c56a5dd3-7838-48e9-a781-855d8be7370f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_queuemodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top