Staging
v0.5.1
https://github.com/python/cpython
Revision 89f132a3286640b764a69b8945cbb3a499ad6bab authored by Miss Islington (bot) on 17 September 2019, 05:04:19 UTC, committed by Stéphane Wirtel on 17 September 2019, 05:04:19 UTC
(cherry picked from commit 63dedef48bba9d54f13b958237696505fa665796)

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
1 parent 523497c
Raw File
Tip revision: 89f132a3286640b764a69b8945cbb3a499ad6bab authored by Miss Islington (bot) on 17 September 2019, 05:04:19 UTC
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211)
Tip revision: 89f132a
_testimportmultiple.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>{1ec38ad9-1abf-4b80-8628-ac43ccba324b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testimportmultiple.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top