Staging
v0.5.1
https://github.com/python/cpython
Revision f09d91552cc39c65a386f4bfb3a7d0d05cb13d01 authored by Miss Islington (bot) on 07 June 2019, 09:29:03 UTC, committed by GitHub on 07 June 2019, 09:29:03 UTC

* Change from Dummy_Editwin to DummyEditwin to match other tests.
(cherry picked from commit 7f8a38a7c47823c17adab469fcb4f762f4e945b7)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
1 parent 8f0bbbd
Raw File
Tip revision: f09d91552cc39c65a386f4bfb3a7d0d05cb13d01 authored by Miss Islington (bot) on 07 June 2019, 09:29:03 UTC
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
Tip revision: f09d915
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top