Staging
v0.5.1
https://github.com/python/cpython
Revision ab6423fe2de0ed5f8a0dc86a9c7070229326b0f0 authored by ananthan-123 on 19 February 2020, 04:33:05 UTC, committed by GitHub on 19 February 2020, 04:33:05 UTC
1 parent a4ba8a3
Raw File
Tip revision: ab6423fe2de0ed5f8a0dc86a9c7070229326b0f0 authored by ananthan-123 on 19 February 2020, 04:33:05 UTC
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
Tip revision: ab6423f
_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