Staging
v0.5.1
https://github.com/python/cpython
Revision 15bde92e47e824369ee71e30b07f1624396f5cdc authored by Miss Islington (bot) on 03 June 2019, 15:25:52 UTC, committed by GitHub on 03 June 2019, 15:25:52 UTC
(cherry picked from commit 141da44bb45bc182886303fce92cbbae5631cb4c)

Co-authored-by: Julien Palard <julien@palard.fr>
1 parent ab4d42a
Raw File
Tip revision: 15bde92e47e824369ee71e30b07f1624396f5cdc authored by Miss Islington (bot) on 03 June 2019, 15:25:52 UTC
Doc fix: duplicate object description of email.message (GH-13742)
Tip revision: 15bde92
python.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{2d690795-de83-4a33-8235-3c5dafe45efa}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{8b010a19-5b29-45f1-a8a0-f672e2bbb11a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\pycon.ico">
      <Filter>Resource Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_exe.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Programs\python.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top