Staging
v0.5.1
https://github.com/python/cpython
Revision 82eac26a73107ded733110cf11e59e95f41c197e authored by Ivan Levkivskyi on 02 June 2019, 23:41:00 UTC, committed by GitHub on 02 June 2019, 23:41:00 UTC
1 parent 3cf7ea1
Raw File
Tip revision: 82eac26a73107ded733110cf11e59e95f41c197e authored by Ivan Levkivskyi on 02 June 2019, 23:41:00 UTC
Update the annotated assignment docs (GH-13757)
Tip revision: 82eac26
_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