Staging
v0.5.1
https://github.com/python/cpython
Revision d9cfe5ed2c2c61eeae915b76f5e10aadbbb28da6 authored by Ned Deily on 26 September 2018, 03:38:11 UTC, committed by Ned Deily on 26 September 2018, 05:06:13 UTC
Have macOS 10.9+ installer builds for 3.7.1rc and 3.6.7rc use a development
snapshot of Tk 8.6 (post-8.6.8) to mitigate certain scroller issues seen
with IDLE and tkinter apps.
1 parent 22a5695
Raw File
Tip revision: d9cfe5ed2c2c61eeae915b76f5e10aadbbb28da6 authored by Ned Deily on 26 September 2018, 03:38:11 UTC
bpo-34370: Update Tk 8.6 used with macOS installers
Tip revision: d9cfe5e
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top